Skip navigation links

Oracle Fusion Middleware SAML 2.0 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10676-03


oracle.security.xmlsec.saml2.protocol
Class Comparison

java.lang.Object
  extended by oracle.security.xmlsec.saml2.protocol.Comparison


public class Comparison
extends java.lang.Object

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

EXACT

public static final Comparison EXACT
Specifies an exact comparison method

MINIMUM

public static final Comparison MINIMUM
Specifies a minimum comparison method

MAXIMUM

public static final Comparison MAXIMUM
Specifies a maximum comparison method

BETTER

public static final Comparison BETTER
Specifies a better comparison method

Constructor Detail

Comparison

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

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this Comparison.

toString

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

hashCode

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

equals

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

Skip navigation links

Oracle Fusion Middleware SAML 2.0 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10676-03


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