|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.security.internal.realm.principal.User
org.ow2.jonas.security.internal.realm.principal.LDAPUser
public class LDAPUser
This class define the LDAPUser class which represent a ldap user. The dn entry is added
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.security.internal.realm.principal.User |
|---|
SEPARATOR |
| Constructor Summary | |
|---|---|
LDAPUser()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDN()
Get the DN of this user |
void |
setDN(java.lang.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 |
|---|
public LDAPUser()
| Method Detail |
|---|
public void setDN(java.lang.String dn)
dn - DN of the userpublic java.lang.String getDN()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||