Skip navigation links
oracle.security.jazn.realm
Class LDAPPrincipal
java.lang.Object
oracle.security.jazn.realm.GenericPrincipal
oracle.security.jazn.realm.LDAPPrincipal
- All Implemented Interfaces:
- java.lang.Comparable, java.security.Principal, RealmPrincipal, java.io.Serializable
- public class LDAPPrincipal
- extends GenericPrincipal
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
_dn
|
Method Summary |
boolean |
equals(java.lang.Object lp)
equals() of Principal |
java.lang.String |
getDN()
Return the DN of the principal |
protected java.lang.String |
getSimpleName(java.lang.String dn)
Given a DN, return the simple name. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_dn
protected java.lang.String _dn
LDAPPrincipal
public LDAPPrincipal(java.lang.String dn)
getDN
public java.lang.String getDN()
- Return the DN of the principal
getSimpleName
protected java.lang.String getSimpleName(java.lang.String dn)
- Given a DN, return the simple name.
equals
public boolean equals(java.lang.Object lp)
- equals() of Principal
-
- Specified by:
equals
in interface java.security.Principal
Skip navigation links
Copyright © 2004, 2006, Oracle. All rights reserved.