org.ow2.jonas.security.internal.realm.principal
Class LDAPUser

java.lang.Object
  extended by org.ow2.jonas.security.internal.realm.principal.User
      extended by org.ow2.jonas.security.internal.realm.principal.LDAPUser
All Implemented Interfaces:
Serializable, Principal, UserMBean, JUser

public class LDAPUser
extends User

This class define the LDAPUser class which represent a ldap user. The dn entry is added

Author:
Florent Benoit
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.jonas.security.internal.realm.principal.User
SEPARATOR
 
Constructor Summary
LDAPUser()
           
 
Method Summary
 String getDN()
          Get the DN of this user
 void setDN(String dn)
          Set the DN of this user
 
Methods inherited from class org.ow2.jonas.security.internal.realm.principal.User
addGroup, addRole, getArrayGroups, getArrayRoles, getCombinedRoles, getGroups, getHashPassword, getName, getPassword, getRoles, removeGroup, removeRole, setCombinedRoles, setGroups, setHashPassword, setName, setPassword, setRoles, toString, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode
 

Constructor Detail

LDAPUser

public LDAPUser()
Method Detail

setDN

public void setDN(String dn)
Set the DN of this user

Parameters:
dn - DN of the user

getDN

public String getDN()
Get the DN of this user

Returns:
the DN of this user


Copyright © 2010 OW2 Consortium. All Rights Reserved.