Interface AuthorizationDecisionStatement

All Superinterfaces:
SAMLObject, Statement, SubjectStatement, XMLObject
All Known Implementing Classes:
AuthorizationDecisionStatementImpl

public interface AuthorizationDecisionStatement extends SAMLObject, SubjectStatement
This interface defines how the object representing a SAML1 AuthorizationDecisionStatement element behaves.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element name, no namespace.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • RESOURCE_ATTRIB_NAME

      static final String RESOURCE_ATTRIB_NAME
      Name for Resource attribute.
      See Also:
    • DECISION_ATTRIB_NAME

      static final String DECISION_ATTRIB_NAME
      Name for Decision attribute.
      See Also:
  • Method Details

    • getResource

      String getResource()
      Get the resource.
      Returns:
      the resource
    • setResource

      void setResource(String resource)
      Set the resource.
      Parameters:
      resource - the resource
    • getDecision

      Get the decision.
      Returns:
      the decision.
    • setDecision

      void setDecision(DecisionTypeEnumeration decision)
      Set the decision.
      Parameters:
      decision - the decision.
    • getActions

      List<Action> getActions()
      Get the actions.
      Returns:
      the actions.
    • getEvidence

      Evidence getEvidence()
      Get the evidence.
      Returns:
      the evidence
    • setEvidence

      void setEvidence(Evidence evidence) throws IllegalArgumentException
      Set the evidence.
      Parameters:
      evidence - the evidence
      Throws:
      IllegalArgumentException - if an error occurs