com.atlassian.crowd.model
Interface LDAPDirectoryEntity

All Superinterfaces:
Attributes, DirectoryEntity, java.io.Serializable
All Known Implementing Classes:
LDAPGroupWithAttributes, LDAPUserWithAttributes

public interface LDAPDirectoryEntity
extends DirectoryEntity, Attributes, java.io.Serializable


Method Summary
 java.lang.String getDn()
          Gets the standardised distinguished name for the LDAP entity.
 
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
 
Methods inherited from interface com.atlassian.crowd.embedded.api.Attributes
getKeys, getValue, getValues, isEmpty
 

Method Detail

getDn

java.lang.String getDn()
Gets the standardised distinguished name for the LDAP entity.

Returns:
distinguished name.


Copyright © 2010 Atlassian. All Rights Reserved.