|
Oracle Security Developer Tools SAML Java API Reference 10g Release 3 (10.1.3) B25380-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.saml.Decision
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 |
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.
|
Oracle Security Developer Tools SAML Java API Reference 10g Release 3 (10.1.3) B25380-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||