Interface ResultType

    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

        static final String DEFAULT_ELEMENT_LOCAL_NAME
        Local name of the element.
        See Also:
        Constant Field Values
      • 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

      • getDecision

        DecisionType getDecision()
        Returns the decision in the result.
        Returns:
        XACMLDecision the decision in the result
      • getObligations

        ObligationsType getObligations()
        Returns the list of Obligations in the result.
        Returns:
        the list of Obligations in the result
      • setObligations

        void setObligations​(ObligationsType obligations)
        Sets the obligations for this result.
        Parameters:
        obligations - obligations for this result
      • getResourceId

        String getResourceId()
        Gets the ResourceId of the result.
        Returns:
        The ResourceId of the subject
      • getStatus

        StatusType getStatus()
        Returns the status in the result.
        Returns:
        the status in the result
      • setStatus

        void setStatus​(StatusType status)
        Sets the result status.
        Parameters:
        status - result status
      • setDecision

        void setDecision​(DecisionType newDecision)
        Sets the decision in the result.
        Parameters:
        newDecision - The decision in the result
      • setResourceId

        void setResourceId​(String resourceId)
        Sets the ResourceId.
        Parameters:
        resourceId - is the ResourceId