Package | Description |
---|---|
com.sun.identity.xacml.client |
Defines classes to handle XACML requests.
|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.saml2 |
Defines XACML interfaces for SAMLv2
|
Modifier and Type | Method and Description |
---|---|
Response |
XACMLRequestProcessor.processRequest(Request xacmlRequest,
String pdpEntityId,
String pepEntityId)
Processes an XACML context Request and returns an XACML context
Response.
|
Modifier and Type | Method and Description |
---|---|
Response |
ContextFactory.createResponse()
Returns a new instance of
Response . |
Response |
ContextFactory.createResponse(Element elem)
Returns a new instance of
Response . |
Response |
ContextFactory.createResponse(String xml)
Returns a new instance of
Response
The return object is immutable. |
Modifier and Type | Method and Description |
---|---|
Response |
XACMLAuthzDecisionStatement.getResponse()
Returns
Response element of this object |
Modifier and Type | Method and Description |
---|---|
void |
XACMLAuthzDecisionStatement.setResponse(Response response)
Sets
Response element of this object |
Copyright © 2010-2018, ForgeRock All Rights Reserved.