Uses of Interface
com.sun.identity.xacml.context.Environment
-
Packages that use Environment Package Description com.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations. -
-
Uses of Environment in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return Environment Modifier and Type Method Description EnvironmentContextFactory. createEnvironment()Returns a new instance ofEnvironment.EnvironmentContextFactory. createEnvironment(String xml)Returns a new instance ofEnvironment.EnvironmentContextFactory. createEnvironment(Element elem)Returns a new instance ofEnvironment.EnvironmentRequest. getEnvironment()Returns the instance ofEnvironmentMethods in com.sun.identity.xacml.context with parameters of type Environment Modifier and Type Method Description voidRequest. 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 Environment Modifier and Type Class Description classEnvironmentImplTheEnvironmentelement 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 Environment Modifier and Type Method Description EnvironmentRequestImpl. getEnvironment()Returns the instance ofEnvironmentelement.Methods in com.sun.identity.xacml.context.impl with parameters of type Environment Modifier and Type Method Description voidRequestImpl. setEnvironment(Environment argEnv)Sets the instance of theEnvironment
-