Package com.atlassian.crowd.model
Interface LDAPDirectoryEntity
- All Superinterfaces:
Attributes
,DirectoryEntity
,Serializable
- All Known Implementing Classes:
LDAPGroupWithAttributes
,LDAPUserWithAttributes
-
Method Summary
Modifier and TypeMethodDescriptiongetDn()
Gets the standardised distinguished name for the LDAP entity.Methods inherited from interface com.atlassian.crowd.embedded.api.Attributes
getKeys, getValue, getValues, isEmpty
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
-
Method Details
-
getDn
String getDn()Gets the standardised distinguished name for the LDAP entity.- Returns:
- distinguished name.
-
getLdapName
CrowdLdapName getLdapName()
-