Uses of Interface
com.sun.identity.xacml.context.Request
Package
Description
Defines classes to handle XACML requests.
Defines XACML2 context classes
Defines XACML Context implementations.
Defines XACML interfaces for SAMLv2
Defines XACML implementations for SAMLv2.
-
Uses of Request 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 Request in com.sun.identity.xacml.context
Modifier and TypeMethodDescriptionContextFactory.createRequest()
Returns a new instance ofRequest
.ContextFactory.createRequest
(String xml) Returns a new instance ofRequest
The return object is immutable.ContextFactory.createRequest
(Element elem) Returns a new instance ofRequest
. -
Uses of Request in com.sun.identity.xacml.context.impl
Modifier and TypeClassDescriptionclass
TheRequest
element is the top-level element in the XACML context schema. -
Uses of Request in com.sun.identity.xacml.saml2
Modifier and TypeMethodDescriptionXACMLAuthzDecisionQuery.getRequest()
Returns thexacml-context:Request
element of this objectXACMLAuthzDecisionStatement.getRequest()
ReturnsRequest
element of this objectModifier and TypeMethodDescriptionvoid
XACMLAuthzDecisionQuery.setRequest
(Request request) Sets thexacml-context:Request
element of this objectvoid
XACMLAuthzDecisionStatement.setRequest
(Request request) SetsRequest
element of this object -
Uses of Request in com.sun.identity.xacml.saml2.impl
Modifier and TypeMethodDescriptionXACMLAuthzDecisionQueryImpl.getRequest()
Returns thexacml-context:Request
element of this objectModifier and TypeMethodDescriptionvoid
XACMLAuthzDecisionQueryImpl.setRequest
(Request request) Sets thexacml-context:Request
element of this object