Interface StatementType


  • public interface StatementType
    Author:
    abhijit.das
    • 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