Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


oracle.security.xmlsec.saml2.ac
Class PhysicalVerification.CredentialLevel

java.lang.Object
  extended by oracle.security.xmlsec.saml2.ac.PhysicalVerification.CredentialLevel

Enclosing class:
PhysicalVerification

public static class PhysicalVerification.CredentialLevel
extends java.lang.Object

Represents the level of the credential.


Field Summary
static PhysicalVerification.CredentialLevel PRIMARY
          Represents a primary credential
static PhysicalVerification.CredentialLevel SECONDARY
          Represents 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

PRIMARY

public static final PhysicalVerification.CredentialLevel PRIMARY
Represents a primary credential

SECONDARY

public static final PhysicalVerification.CredentialLevel SECONDARY
Represents a secondary credential

Constructor Detail

PhysicalVerification.CredentialLevel

public PhysicalVerification.CredentialLevel(java.lang.String value)
Creates a new CredentialLevel object.
Parameters:
value - The String value of this CredentialLevel.

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this CredentialLevel.
Returns:
The String Value.

toString

public java.lang.String toString()
Returns a description of this CredentialLevel.
Overrides:
toString in class java.lang.Object
Returns:
The String representation.

hashCode

public int hashCode()
Returns the hash code for this instance.
Overrides:
hashCode in class java.lang.Object
Returns:
The hash code.

equals

public boolean equals(java.lang.Object o)
Compares this CredentialLevel object to the specified object.
Overrides:
equals in class java.lang.Object
Parameters:
o - The object to compare to.
Returns:
A boolean value.

Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


Copyright © 2005, 2009, Oracle. All rights reserved.