|
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.core.Decision
Represents the possible values for the status of an authorization decision statement.
| Field Summary | |
static Decision |
DENYSpecified action is denied |
static Decision |
INDETERMINATECan not determine whether the specified action is permitted or denied |
static Decision |
PERMITSpecified 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 |
public static final Decision PERMIT
public static final Decision DENY
public static final Decision INDETERMINATE
| Constructor Detail |
public Decision(java.lang.String value)
Decision object.value - The String value of this Decision.| Method Detail |
public java.lang.String getValue()
Decision.public java.lang.String toString()
Decision.public int hashCode()
public boolean equals(java.lang.Object o)
Decision object to the specified object.o - The object to compare to.boolean value.
|
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 | |||||||||