|
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 |
java.lang.Object
oracle.security.jazn.realm.SAMLPrincipal
Constructor Summary | |
SAMLPrincipal(java.lang.String name) Constructor |
Method Summary | |
boolean |
equals(java.lang.Object obj) Equals SAMLPrincipal |
java.lang.String |
getDescription() Get description |
java.lang.String |
getDisplayName() Get the display name |
java.lang.String |
getFullName() Get the full name of the principal |
java.lang.String |
getName() Get name |
Realm |
getRealm() Get realm of the principal |
int |
hashCode() Hashcode |
boolean |
isDeactivated() |
void |
setDeactivated(boolean deactivate) |
void |
setDescription(java.lang.String desc) Set description |
java.lang.String |
toString() ToString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SAMLPrincipal(java.lang.String name)
name
- principalMethod Detail |
public java.lang.String getFullName()
getFullName
in interface RealmPrincipal
public boolean equals(java.lang.Object obj)
equals
in interface java.security.Principal
obj
-public int hashCode()
hashCode
in interface java.security.Principal
public java.lang.String toString()
toString
in interface java.security.Principal
public Realm getRealm()
getRealm
in interface RealmPrincipal
Always
- throws UnsupportedOperationExceptionpublic java.lang.String getDisplayName()
getDisplayName
in interface RealmPrincipal
public java.lang.String getDescription()
getDescription
in interface RealmPrincipal
public void setDescription(java.lang.String desc)
setDescription
in interface RealmPrincipal
desc
-public java.lang.String getName()
getName
in interface java.security.Principal
public boolean isDeactivated()
isDeactivated
in interface DeactivatableUser
public void setDeactivated(boolean deactivate)
setDeactivated
in interface DeactivatableUser
|
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 |