|
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.PhysicalVerification.CredentialLevel
Represents the level of the credential.
| Field Summary | |
static PhysicalVerification.CredentialLevel |
PRIMARYRepresents a primary credential |
static PhysicalVerification.CredentialLevel |
SECONDARYRepresents a secondary credential |
| Constructor Summary | |
PhysicalVerification.CredentialLevel(java.lang.String value)Creates a new CredentialLevel object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)Compares this CredentialLevel object to the specified object. |
java.lang.String |
getValue()Returns the value of this CredentialLevel. |
int |
hashCode()Returns the hash code for this instance. |
java.lang.String |
toString()Returns a description of this CredentialLevel. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final PhysicalVerification.CredentialLevel PRIMARY
public static final PhysicalVerification.CredentialLevel SECONDARY
| Constructor Detail |
public PhysicalVerification.CredentialLevel(java.lang.String value)
CredentialLevel object.value - The String value of this CredentialLevel.| Method Detail |
public java.lang.String getValue()
CredentialLevel.public java.lang.String toString()
CredentialLevel.public int hashCode()
public boolean equals(java.lang.Object o)
CredentialLevel 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 | |||||||||