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 ofEnvironmentMethods in com.sun.identity.xacml.context with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidRequest.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 TypeClassDescriptionclassTheEnvironmentelement specifies information about the environment requested in theRequestcontext by listing a sequence ofAttributeelements associated with the environment.Methods in com.sun.identity.xacml.context.impl that return EnvironmentModifier and TypeMethodDescriptionRequestImpl.getEnvironment()Returns the instance ofEnvironmentelement.Methods in com.sun.identity.xacml.context.impl with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidRequestImpl.setEnvironment(Environment argEnv) Sets the instance of theEnvironment