Interface AuthzDecisionQuery

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • 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