|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sun.identity.saml.assertion.AuthorizationDecisionStatement.DecisionType
The DecisionType is an inner class defining constants for the
type of Decisions than can be conveyed by an
AuthorizationDecisionStatement .
1 implies PERMIT
2 implies DENY
3 implies INDETERMINATE
4 implies NOT_SUPPORTED
| Field Summary | |
static int |
DENY
The specified action is denied. |
static int |
INDETERMINATE
The issuer cannot determine whether the specified action is permitted or denied. |
static int |
NOT_SUPPORTED
The specified action is not supported. |
static int |
PERMIT
The specified action is permitted. |
| Constructor Summary | |
AuthorizationDecisionStatement.DecisionType()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int PERMIT
public static final int DENY
public static final int INDETERMINATE
public static final int NOT_SUPPORTED
| Constructor Detail |
public AuthorizationDecisionStatement.DecisionType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||