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

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      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
      Resource attribute name.
      See Also:
  • Method Details

    • getResource

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

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

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

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

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