|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
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. <p/>
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 Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |