OpenAM Project 13.5.2 Documentation
com.sun.identity.xacml.saml2

Interface XACMLAuthzDecisionStatement

    • Method Detail

      • getResponse

        Response getResponse()
        Returns Response element of this object
        Returns:
        the Response element of this object
      • setResponse

        void setResponse(Response response)
                         throws XACMLException
        Sets Response element of this object
        Parameters:
        response - XACML context Response element to be set in this object
        Throws:
        XACMLException - if the object is immutable
      • setRequest

        void setRequest(Request request)
                        throws XACMLException
        Sets Request element of this object
        Parameters:
        request - XACML context Request element to be set in this object
        Throws:
        XACMLException - if the object is immutable
      • isMutable

        boolean isMutable()
        Returns the mutability of the object.
        Specified by:
        isMutable in interface Statement
        Returns:
        true if the object is mutable; false otherwise.
      • toXMLString

        String toXMLString()
                           throws XACMLException
        Returns a String representation of the element.
        Specified by:
        toXMLString in interface Statement
        Returns:
        A string containing the valid XML for this element. By default name space name is prepended to the element name.
        Throws:
        XACMLException - if the object does not conform to the schema.
      • toXMLString

        String toXMLString(boolean includeNS,
                         boolean declareNS)
                           throws XACMLException
        Returns a String representation of the element.
        Specified by:
        toXMLString in interface Statement
        Parameters:
        includeNS - Determines whether or not the namespace qualifier is prepended to the Element when converted
        declareNS - Determines whether or not the namespace is declared within the Element.
        Returns:
        A string containing the valid XML for this element
        Throws:
        XACMLException - if the object does not conform to the schema.
OpenAM Project 13.5.2 Documentation

Copyright © 2010-2016, ForgeRock All Rights Reserved.