public interface ILdapUser extends ILdapEntity
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns the LDAP user attributes.
|
java.lang.String |
getFirstName()
Returns the LDAP user first name.
|
java.lang.String |
getLastName()
Returns the LDAP user last name.
|
java.lang.String |
getUserUniqueID()
Returns the LDAP user first unique ID.
|
getDistinguishedName
java.lang.String getFirstName() throws java.lang.Exception
java.lang.Exception
java.lang.String getLastName() throws java.lang.Exception
java.lang.Exception
java.lang.String getUserUniqueID() throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.Object> getAttributes() throws java.lang.Exception
java.lang.Exception