Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


oracle.security.jazn.realm
Class LDAPPrincipal

java.lang.Object
  extended byoracle.security.jazn.realm.GenericPrincipal
      extended byoracle.security.jazn.realm.LDAPPrincipal

All Implemented Interfaces:
java.lang.Comparable, java.security.Principal, RealmPrincipal

public class LDAPPrincipal
extends GenericPrincipal

Field Summary
protected java.lang.String _dn

Fields inherited from class oracle.security.jazn.realm.GenericPrincipal
_canonicalName, _desc, _name

Constructor Summary
LDAPPrincipal(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 oracle.security.jazn.realm.GenericPrincipal
compareTo, compareTo, getDescription, getDisplayName, getFullName, getName, getRealm, hashCode, setDescription, toString

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

Field Detail

_dn

protected java.lang.String _dn

Constructor Detail

LDAPPrincipal

public LDAPPrincipal(java.lang.String dn)

Method Detail

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

Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


Copyright © 2004, 2005, Oracle. All rights reserved.