Uses of Interface
com.sun.identity.xacml.context.Environment
Package
Description
Defines XACML2 context classes
Defines XACML Context implementations.
-
Uses of Environment in com.sun.identity.xacml.context
Modifier 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
Modifier and TypeMethodDescriptionvoid
Request.setEnvironment
(Environment env) Sets the instance ofEnvironment
-
Uses of Environment in com.sun.identity.xacml.context.impl
Modifier and TypeClassDescriptionclass
TheEnvironment
element specifies information about the environment requested in theRequest
context by listing a sequence ofAttribute
elements associated with the environment.Modifier and TypeMethodDescriptionRequestImpl.getEnvironment()
Returns the instance ofEnvironment
element.Modifier and TypeMethodDescriptionvoid
RequestImpl.setEnvironment
(Environment argEnv) Sets the instance of theEnvironment