com.atlassian.user.impl.ldap
Class DefaultLDAPGroup

java.lang.Object
  extended bycom.atlassian.user.impl.DefaultEntity
      extended bycom.atlassian.user.impl.DefaultGroup
          extended bycom.atlassian.user.impl.ldap.DefaultLDAPGroup
All Implemented Interfaces:
Entity, Group, LDAPEntity, java.io.Serializable

public class DefaultLDAPGroup
extends DefaultGroup
implements LDAPEntity

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.user.impl.DefaultEntity
created, name
 
Constructor Summary
DefaultLDAPGroup(java.lang.String name, java.lang.String distinguishedName)
           
 
Method Summary
 java.lang.String getDistinguishedName()
           
 void setDistinguishedName(java.lang.String distinguishedName)
           
 
Methods inherited from class com.atlassian.user.impl.DefaultGroup
toString
 
Methods inherited from class com.atlassian.user.impl.DefaultEntity
equals, getCreated, getName, hashCode, setCreated, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.user.Entity
getName
 

Constructor Detail

DefaultLDAPGroup

public DefaultLDAPGroup(java.lang.String name,
                        java.lang.String distinguishedName)
Method Detail

getDistinguishedName

public java.lang.String getDistinguishedName()
Specified by:
getDistinguishedName in interface LDAPEntity

setDistinguishedName

public void setDistinguishedName(java.lang.String distinguishedName)


Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.