|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.saml2.ac.NYM
Defines identifiers that indicate whether or not the identification mechanisms allow the actions of the Principal to be linked to the actual end user.
| Field Summary | |
static NYM |
ANONYMITYThe enumerated "anonymity" value. |
static NYM |
PSEUDONYMITYThe enumerated "pseudonymity" value. |
static NYM |
VERINYMITYThe enumerated "verinymity" value. |
| Constructor Summary | |
NYM(java.lang.String value)Creates a new NYM object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)Compares this NYM object to the specified object. |
java.lang.String |
getValue()Returns the value of this NYM. |
int |
hashCode()Returns the hash code for this instance. |
java.lang.String |
toString()Returns a description of this NYM. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final NYM ANONYMITY
public static final NYM VERINYMITY
public static final NYM PSEUDONYMITY
| Constructor Detail |
public NYM(java.lang.String value)
NYM object.value - The String value of this NYM.| Method Detail |
public java.lang.String getValue()
NYM.public java.lang.String toString()
NYM.public int hashCode()
public boolean equals(java.lang.Object o)
NYM object to the specified object.o - The object to compare to.boolean value.
|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||