Skip navigation links

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

E10676-04


oracle.security.xmlsec.saml2.core
Class Decision

java.lang.Object
  extended by oracle.security.xmlsec.saml2.core.Decision


public class Decision
extends java.lang.Object

Represents the possible values for the status of an authorization decision statement.


Field Summary
static Decision DENY
          Specified action is denied
static Decision INDETERMINATE
          Can not determine whether the specified action is permitted or denied
static Decision PERMIT
          Specified action is permitted

 

Constructor Summary
Decision(java.lang.String value)
          Creates a new Decision object.

 

Method Summary
 boolean equals(java.lang.Object o)
          Compares this Decision object to the specified object.
 java.lang.String getValue()
          Returns the value of this Decision.
 int hashCode()
          Returns the hash code for this instance.
 java.lang.String toString()
          Returns a description of this Decision.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

PERMIT

public static final Decision PERMIT
Specified action is permitted

DENY

public static final Decision DENY
Specified action is denied

INDETERMINATE

public static final Decision INDETERMINATE
Can not determine whether the specified action is permitted or denied

Constructor Detail

Decision

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

Method Detail

getValue

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

toString

public java.lang.String toString()
Returns a description of this Decision.
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 Decision 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 Fusion Middleware SAML 2.0 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10676-04


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