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

B14019-01
November 2004


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
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, equals, finalize, getClass, notify, notifyAll, wait, wait, wait

Methods inherited from interface java.security.Principal
equals

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.

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

B14019-01
November 2004


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