Interface AuthzDecisionStatementDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface AuthzDecisionStatementDocument extends XmlObject
A document containing one AuthzDecisionStatement(@urn:oasis:names:tc:SAML:2.0:assertion) element. This is a complex type.
  • Field Details

  • Method Details

    • getAuthzDecisionStatement

      AuthzDecisionStatementType getAuthzDecisionStatement()
      Gets the "AuthzDecisionStatement" element
    • setAuthzDecisionStatement

      void setAuthzDecisionStatement(AuthzDecisionStatementType authzDecisionStatement)
      Sets the "AuthzDecisionStatement" element
    • addNewAuthzDecisionStatement

      AuthzDecisionStatementType addNewAuthzDecisionStatement()
      Appends and returns a new empty "AuthzDecisionStatement" element