Class AuthzDecisionQueryImpl

    • Constructor Detail

      • AuthzDecisionQueryImpl

        protected AuthzDecisionQueryImpl​(String namespaceURI,
                                         String elementLocalName,
                                         String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getResource

        public String getResource()
        Gets the Resource attrib value of this query.
        Specified by:
        getResource in interface AuthzDecisionQuery
        Returns:
        the Resource attrib value of this query
      • setResource

        public void setResource​(String newResource)
        Sets the Resource attrib value of this query.
        Specified by:
        setResource in interface AuthzDecisionQuery
        Parameters:
        newResource - the new Resource attrib value of this query
      • setEvidence

        public void setEvidence​(Evidence newEvidence)
        Sets the Evidence of this query.
        Specified by:
        setEvidence in interface AuthzDecisionQuery
        Parameters:
        newEvidence - the new Evidence of this query