|
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.protocol.Comparison
Represents the SAML RequestedAuthnContext comparison method type.
Field Summary | |
static Comparison |
BETTER Specifies a better comparison method |
static Comparison |
EXACT Specifies an exact comparison method |
static Comparison |
MAXIMUM Specifies a maximum comparison method |
static Comparison |
MINIMUM Specifies a minimum comparison method |
Constructor Summary | |
Comparison(java.lang.String value) Creates a new Comparison object. |
Method Summary | |
boolean |
equals(java.lang.Object o) Compares this Comparison object to the specified object. |
java.lang.String |
getValue() Returns the value of this Comparison . |
int |
hashCode() Returns the hash code for this instance. |
java.lang.String |
toString() Returns a description of this Comparison . |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Comparison EXACT
public static final Comparison MINIMUM
public static final Comparison MAXIMUM
public static final Comparison BETTER
Constructor Detail |
public Comparison(java.lang.String value)
Comparison
object.value
- The String
value of this Comparison
.Method Detail |
public java.lang.String getValue()
Comparison
.public java.lang.String toString()
Comparison
.public int hashCode()
public boolean equals(java.lang.Object o)
Comparison
object to the specified object.o
- The object to compare to.
|
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 |