Uses of Interface
org.opensaml.xacml.ctx.EnvironmentType
Packages that use EnvironmentType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of EnvironmentType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return EnvironmentTypeModifier and TypeMethodDescriptionRequestType.getEnvironment()
Gets the environment from the request.Methods in org.opensaml.xacml.ctx with parameters of type EnvironmentTypeModifier and TypeMethodDescriptionvoid
RequestType.setEnvironment
(EnvironmentType environment) Sets the environment of the request. -
Uses of EnvironmentType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement EnvironmentTypeFields in org.opensaml.xacml.ctx.impl declared as EnvironmentTypeModifier and TypeFieldDescriptionprivate EnvironmentType
RequestTypeImpl.environment
The environment of the request.Methods in org.opensaml.xacml.ctx.impl that return EnvironmentTypeModifier and TypeMethodDescriptionEnvironmentTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.EnvironmentTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.RequestTypeImpl.getEnvironment()
Gets the environment from the request.Methods in org.opensaml.xacml.ctx.impl with parameters of type EnvironmentTypeModifier and TypeMethodDescriptionvoid
RequestTypeImpl.setEnvironment
(EnvironmentType env) Sets the environment of the request.