com.atlassian.user.impl.ldap
Class DefaultLDAPGroup

java.lang.Object
  extended by com.atlassian.user.impl.DefaultEntity
      extended by com.atlassian.user.impl.DefaultGroup
          extended by com.atlassian.user.impl.ldap.DefaultLDAPGroup
All Implemented Interfaces:
Entity, Group, LDAPEntity, 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(String name, String distinguishedName)
           
 
Method Summary
 String getDistinguishedName()
           
 void setDistinguishedName(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(String name,
                        String distinguishedName)
Method Detail

getDistinguishedName

public String getDistinguishedName()
Specified by:
getDistinguishedName in interface LDAPEntity

setDistinguishedName

public void setDistinguishedName(String distinguishedName)


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