Interface StatementType
-
public interface StatementType- Author:
- abhijit.das
-
-
Field Summary
Fields Modifier and Type Field Description static intATTRIBUTE_STATEMENTThe Statement is an Attribute Statement.static intAUTHENTICATION_STATEMENTThe Statement is an Authentication Statement.static intAUTHORIZATION_DECISION_STATEMENTThe Statement is an Authorization Decision Statement.static intNOT_SUPPORTEDThe Statement is not supported.
-
-
-
Field Detail
-
NOT_SUPPORTED
static final int NOT_SUPPORTED
The Statement is not supported.- See Also:
- Constant Field Values
-
AUTHENTICATION_STATEMENT
static final int AUTHENTICATION_STATEMENT
The Statement is an Authentication Statement.- See Also:
- Constant Field Values
-
AUTHORIZATION_DECISION_STATEMENT
static final int AUTHORIZATION_DECISION_STATEMENT
The Statement is an Authorization Decision Statement.- See Also:
- Constant Field Values
-
ATTRIBUTE_STATEMENT
static final int ATTRIBUTE_STATEMENT
The Statement is an Attribute Statement.- See Also:
- Constant Field Values
-
-