|
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 | ||||||||||
RealmPrincipal extends from java.security.Principal. It is a principal associated with a realm instance.
RealmRole, RealmUser| Method Summary | |
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 |
Realm |
getRealm()Returns the Realm that this Principal is associated with |
void |
setDescription(java.lang.String desc)Sets the description for this principal. |
| Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
| Method Detail |
public Realm getRealm()
public java.lang.String getFullName()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
desc - the description of this principal. throws UnsupportedOperationException if not possible.
|
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 | ||||||||||