com.atlassian.user.impl.ldap
Class DefaultLDAPUser

java.lang.Object
  extended bycom.atlassian.user.impl.DefaultEntity
      extended bycom.atlassian.user.impl.DefaultUser
          extended bycom.atlassian.user.impl.ldap.DefaultLDAPUser
All Implemented Interfaces:
Entity, LDAPEntity, java.security.Principal, java.io.Serializable, User

public class DefaultLDAPUser
extends DefaultUser
implements LDAPEntity

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.user.impl.DefaultUser
email, fullName, password
 
Fields inherited from class com.atlassian.user.impl.DefaultEntity
created, name
 
Constructor Summary
DefaultLDAPUser(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.DefaultUser
equals, getEmail, getFullName, getPassword, hashCode, setEmail, setFullName, setPassword, toString
 
Methods inherited from class com.atlassian.user.impl.DefaultEntity
getCreated, getName, 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
 
Methods inherited from interface java.security.Principal
getName
 

Constructor Detail

DefaultLDAPUser

public DefaultLDAPUser(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.