| com.microstrategy.web.objects.admin.users.WebLDAPLoginInfo |
This interface represents the LDAP settings which can be set on a user entity. This interface
is obtained from the WebUserEntity interface, and can be used to read and write those
settings related to LDAP on a user or group object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getLDAPDN()
Returns the LDAP distinguished name associated with the user or group, if one exists.
| ||||||||||
| abstract void |
setLDAPDN(String ldapDN)
Sets the LDAP distinguished name associated with the user or group.
| ||||||||||
Returns the LDAP distinguished name associated with the user or group, if one exists.
Sets the LDAP distinguished name associated with the user or group. Setting this to an empty string will clear any previous association.
| ldapDN | The new setting for the LDAP DN. |
|---|