Interface AuthzDecisionQuery

All Superinterfaces:
RequestAbstractType, SAMLObject, SignableSAMLObject, SignableXMLObject, SubjectQuery, XMLObject
All Known Implementing Classes:
AuthzDecisionQueryImpl

public interface AuthzDecisionQuery extends SubjectQuery
SAML 2.0 AuthzDecisionQuery.
  • Field Details

  • Method Details

    • getResource

      @Nullable String getResource()
      Gets the Resource attrib value of this query.
      Returns:
      the Resource attrib value of this query
    • setResource

      void setResource(@Nullable String newResource)
      Sets the Resource attrib value of this query.
      Parameters:
      newResource - the new Resource attrib value of this query
    • getActions

      @Nonnull @Live List<Action> getActions()
      Gets the Actions of this query.
      Returns:
      the Actions of this query
    • getEvidence

      @Nullable Evidence getEvidence()
      Gets the Evidence of this query.
      Returns:
      the Evidence of this query
    • setEvidence

      void setEvidence(@Nullable Evidence newEvidence)
      Sets the Evidence of this query.
      Parameters:
      newEvidence - the new Evidence of this query