|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.authn.LdapPrincipal
An alternative X500 user implementation that has access to the distinguished name of the principal as well as the String representation.
Field Summary | |
static LdapPrincipal |
ANONYMOUS
the no name anonymous user whose DN is the empty String |
Method Summary | |
javax.naming.Name |
getDn()
Gets a cloned copy of the normalized distinguished name of this principal as a JNDI Name. |
java.lang.String |
getName()
Gets the normalized distinguished name of the principal as a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
equals, hashCode, toString |
Field Detail |
public static final LdapPrincipal ANONYMOUS
Method Detail |
public javax.naming.Name getDn()
public java.lang.String getName()
getName
in interface java.security.Principal
Principal.getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |