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 Response
XACMLRequestProcessor. 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 Response
ContextFactory. createResponse()
Returns a new instance ofResponse
.Response
ContextFactory. createResponse(String xml)
Returns a new instance ofResponse
The return object is immutable.Response
ContextFactory. 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 Response
XACMLAuthzDecisionStatement. getResponse()
ReturnsResponse
element of this objectMethods in com.sun.identity.xacml.saml2 with parameters of type Response Modifier and Type Method Description void
XACMLAuthzDecisionStatement. setResponse(Response response)
SetsResponse
element of this object
-