Oracle Security Developer Tools SAML Java API Reference
10g Release 2 (10.1.2.0.2)

B15568-01


oracle.security.xmlsec.saml
Class Decision

java.lang.Object
  extended byoracle.security.xmlsec.saml.Decision


public class Decision
extends java.lang.Object

Represents the SAML DecisionType type.


Field Summary
static Decision DENY
static Decision INDETERMINATE
static Decision PERMIT

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()
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

DENY

public static final Decision DENY

INDETERMINATE

public static final Decision INDETERMINATE

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.

toString

public java.lang.String toString()
Returns a description of this Decision.

hashCode

public int hashCode()

equals

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

Oracle Security Developer Tools SAML Java API Reference
10g Release 2 (10.1.2.0.2)

B15568-01


Copyright © 2005 , Oracle. All rights reserved.