Package com.sun.identity.saml.assertion
Class AuthorizationDecisionStatementBase.DecisionType
java.lang.Object
com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase.DecisionType
- Enclosing class:
- AuthorizationDecisionStatementBase
The
1 implies
2 implies
3 implies
4 implies
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
FieldsModifier and TypeFieldDescriptionstatic final intThe specified action is denied.static final intThe issuer cannot determine whether the specified action is permitted or denied.static final intThe specified action is not supported.static final intThe specified action is permitted. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PERMIT
public static final int PERMITThe specified action is permitted.- See Also:
-
DENY
public static final int DENYThe specified action is denied.- See Also:
-
INDETERMINATE
public static final int INDETERMINATEThe issuer cannot determine whether the specified action is permitted or denied.- See Also:
-
NOT_SUPPORTED
public static final int NOT_SUPPORTEDThe specified action is not supported.- See Also:
-
-
Constructor Details
-
DecisionType
public DecisionType()
-