Uses of Interface
com.sun.identity.xacml.context.Response
Package
Description
Defines classes to handle XACML requests.
Defines XACML2 context classes
Defines XACML interfaces for SAMLv2
-
Uses of Response in com.sun.identity.xacml.client
Modifier and TypeMethodDescriptionXACMLRequestProcessor.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
Modifier and TypeMethodDescriptionContextFactory.createResponse()
Returns a new instance ofResponse
.ContextFactory.createResponse
(String xml) Returns a new instance ofResponse
The return object is immutable.ContextFactory.createResponse
(Element elem) Returns a new instance ofResponse
. -
Uses of Response in com.sun.identity.xacml.saml2
Modifier and TypeMethodDescriptionXACMLAuthzDecisionStatement.getResponse()
ReturnsResponse
element of this objectModifier and TypeMethodDescriptionvoid
XACMLAuthzDecisionStatement.setResponse
(Response response) SetsResponse
element of this object