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 ofRequestThe 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 TypeClassDescriptionclassTheRequestelement 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:Requestelement of this objectXACMLAuthzDecisionStatement.getRequest()ReturnsRequestelement of this objectMethods in com.sun.identity.xacml.saml2 with parameters of type RequestModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQuery.setRequest(Request request) Sets thexacml-context:Requestelement of this objectvoidXACMLAuthzDecisionStatement.setRequest(Request request) SetsRequestelement 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:Requestelement of this objectMethods in com.sun.identity.xacml.saml2.impl with parameters of type RequestModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQueryImpl.setRequest(Request request) Sets thexacml-context:Requestelement of this object