|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-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.
RealmRole, RealmUser| Method Summary | |
String |
getDescription()Returns description string associated with this principal. |
String |
getDisplayName()Returns display name associated with this principal. |
String |
getFullName()Returns the Fullname of the principal |
Realm |
getRealm()Returns the Realm that this Principal is associated with |
void |
setDescription(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 String getFullName()
public String getDisplayName()
public String getDescription()
public void setDescription(String desc)
desc - the description of this principal. throws UnsupportedOperationException if not possible.
|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||