org.objectweb.jonas.security.realm.principals
Class LDAPUser
java.lang.Object
org.objectweb.jonas.security.realm.principals.User
org.objectweb.jonas.security.realm.principals.LDAPUser
- All Implemented Interfaces:
- Serializable, Principal, JUser, UserMBean
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
Fields inherited from class org.objectweb.jonas.security.realm.principals.User |
SEPARATOR |
Methods inherited from class org.objectweb.jonas.security.realm.principals.User |
addGroup, addRole, getArrayGroups, getArrayRoles, getCombinedRoles, getGroups, getHashPassword, getName, getPassword, getRoles, removeGroup, removeRole, setCombinedRoles, setGroups, setHashPassword, setName, setPassword, setRoles, toString, toXML |
LDAPUser
public LDAPUser()
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 © 2007 OW2 Consortium. All Rights Reserved.