|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.security.jazn.realm.GenericPrincipal
| Field Summary | |
protected java.lang.String |
_canonicalName |
protected java.lang.String |
_desc |
protected java.lang.String |
_name |
| Constructor Summary | |
GenericPrincipal(java.lang.String name) |
|
| Method Summary | |
int |
compareTo(GenericPrincipal gp) |
int |
compareTo(java.lang.Object o) |
java.lang.String |
getDescription()Returns description string associated with this principal. |
java.lang.String |
getDisplayName()Returns display name associated with this principal. |
java.lang.String |
getFullName()Returns the Fullname of the principal |
java.lang.String |
getName()Return the name of the principal |
Realm |
getRealm()Returns the Realm that this Principal is associated with throws UnsupportedOperationException if not supported. |
int |
hashCode() |
void |
setDescription(java.lang.String desc)Sets the description for this principal. |
java.lang.String |
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 |
protected java.lang.String _name
protected java.lang.String _desc
protected java.lang.String _canonicalName
| Constructor Detail |
public GenericPrincipal(java.lang.String name)
| Method Detail |
public java.lang.String getName()
getName in interface java.security.Principalpublic Realm getRealm()
getRealm in interface RealmPrincipalpublic java.lang.String getFullName()
getFullName in interface RealmPrincipalpublic java.lang.String getDisplayName()
getDisplayName in interface RealmPrincipalpublic java.lang.String getDescription()
getDescription in interface RealmPrincipalpublic void setDescription(java.lang.String desc)
setDescription in interface RealmPrincipaldesc - the description of this principal. throws UnsupportedOperationException if not possible.public int hashCode()
hashCode in interface java.security.Principalpublic java.lang.String toString()
toString in interface java.security.Principalpublic int compareTo(GenericPrincipal gp)
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||