Uses of Interface
com.sun.identity.xacml.context.Request
Packages that use 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
Methods in com.sun.identity.xacml.client with parameters of type RequestModifier 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
Methods in com.sun.identity.xacml.context that return RequestModifier 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
Classes in com.sun.identity.xacml.context.impl that implement RequestModifier and TypeClassDescriptionclass
TheRequest
element is the top-level element in the XACML context schema. -
Uses of Request in com.sun.identity.xacml.saml2
Methods in com.sun.identity.xacml.saml2 that return RequestModifier and TypeMethodDescriptionXACMLAuthzDecisionQuery.getRequest()
Returns thexacml-context:Request
element of this objectXACMLAuthzDecisionStatement.getRequest()
ReturnsRequest
element of this objectMethods in com.sun.identity.xacml.saml2 with parameters of type RequestModifier 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
Methods in com.sun.identity.xacml.saml2.impl that return RequestModifier and TypeMethodDescriptionXACMLAuthzDecisionQueryImpl.getRequest()
Returns thexacml-context:Request
element of this objectMethods in com.sun.identity.xacml.saml2.impl with parameters of type RequestModifier and TypeMethodDescriptionvoid
XACMLAuthzDecisionQueryImpl.setRequest
(Request request) Sets thexacml-context:Request
element of this object