Uses of Interface
com.sun.identity.xacml.context.Response
-
Packages that use Response Package Description com.sun.identity.xacml.client Defines classes to handle XACML requests.com.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.saml2 Defines XACML interfaces for SAMLv2 -
-
Uses of Response in com.sun.identity.xacml.client
Methods in com.sun.identity.xacml.client that return Response Modifier and Type Method Description ResponseXACMLRequestProcessor. processRequest(Request xacmlRequest, String pdpEntityId, String pepEntityId)Processes an XACML context Request and returns an XACML context Response. -
Uses of Response in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return Response Modifier and Type Method Description ResponseContextFactory. createResponse()Returns a new instance ofResponse.ResponseContextFactory. createResponse(String xml)Returns a new instance ofResponseThe return object is immutable.ResponseContextFactory. createResponse(Element elem)Returns a new instance ofResponse. -
Uses of Response in com.sun.identity.xacml.saml2
Methods in com.sun.identity.xacml.saml2 that return Response Modifier and Type Method Description ResponseXACMLAuthzDecisionStatement. getResponse()ReturnsResponseelement of this objectMethods in com.sun.identity.xacml.saml2 with parameters of type Response Modifier and Type Method Description voidXACMLAuthzDecisionStatement. setResponse(Response response)SetsResponseelement of this object
-