com.atlassian.crowd.integration.model
Interface LDAPDirectoryEntity

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

public interface LDAPDirectoryEntity
extends DirectoryEntity, AttributeAware, 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.integration.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
 
Methods inherited from interface com.atlassian.crowd.integration.model.AttributeAware
getAttribute, getAttributeNames, getAttributes, hasAttribute
 

Method Detail

getDn

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

Returns:
distinguished name.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.