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

  • Method Details

    • getResource

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

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

      @Nullable DecisionTypeEnumeration getDecision()
      Get the decision.
      Returns:
      the decision.
    • setDecision

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

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

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

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