Uses of Interface
com.sun.identity.xacml.context.Environment
Packages that use Environment
Package
Description
Defines XACML2 context classes
Defines XACML Context implementations.
-
Uses of Environment in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return EnvironmentModifier and TypeMethodDescriptionContextFactory.createEnvironment()
Returns a new instance ofEnvironment
.ContextFactory.createEnvironment
(String xml) Returns a new instance ofEnvironment
.ContextFactory.createEnvironment
(Element elem) Returns a new instance ofEnvironment
.Request.getEnvironment()
Returns the instance ofEnvironment
Methods in com.sun.identity.xacml.context with parameters of type EnvironmentModifier and TypeMethodDescriptionvoid
Request.setEnvironment
(Environment env) Sets the instance ofEnvironment
-
Uses of Environment in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement EnvironmentModifier and TypeClassDescriptionclass
TheEnvironment
element specifies information about the environment requested in theRequest
context by listing a sequence ofAttribute
elements associated with the environment.Methods in com.sun.identity.xacml.context.impl that return EnvironmentModifier and TypeMethodDescriptionRequestImpl.getEnvironment()
Returns the instance ofEnvironment
element.Methods in com.sun.identity.xacml.context.impl with parameters of type EnvironmentModifier and TypeMethodDescriptionvoid
RequestImpl.setEnvironment
(Environment argEnv) Sets the instance of theEnvironment