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.context.impl |
Defines XACML Context implementations.
|
com.sun.identity.xacml.saml2 |
Defines XACML interfaces for SAMLv2
|
com.sun.identity.xacml.saml2.impl |
Defines XACML implementations 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 |
---|---|
Request |
ContextFactory.createRequest()
Returns a new instance of
Request . |
Request |
ContextFactory.createRequest(Element elem)
Returns a new instance of
Request . |
Request |
ContextFactory.createRequest(String xml)
Returns a new instance of
Request
The return object is immutable. |
Modifier and Type | Class and Description |
---|---|
class |
RequestImpl
The
Request element is the top-level element in the XACML
context schema. |
Modifier and Type | Method and Description |
---|---|
Request |
XACMLAuthzDecisionStatement.getRequest()
Returns
Request element of this object |
Request |
XACMLAuthzDecisionQuery.getRequest()
Returns the
xacml-context:Request element of this object |
Modifier and Type | Method and Description |
---|---|
void |
XACMLAuthzDecisionStatement.setRequest(Request request)
Sets
Request element of this object |
void |
XACMLAuthzDecisionQuery.setRequest(Request request)
Sets the
xacml-context:Request element of this object |
Modifier and Type | Method and Description |
---|---|
Request |
XACMLAuthzDecisionQueryImpl.getRequest()
Returns the
xacml-context:Request element of this object |
Modifier and Type | Method and Description |
---|---|
void |
XACMLAuthzDecisionQueryImpl.setRequest(Request request)
Sets the
xacml-context:Request element of this object |
Copyright © 2010-2018, ForgeRock All Rights Reserved.