Uses of Interface
org.opensaml.xacml.policy.EnvironmentsType
Packages that use EnvironmentsType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of EnvironmentsType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return EnvironmentsTypeModifier and TypeMethodDescriptionTargetType.getEnvironments()Gets the environments of this target.Methods in org.opensaml.xacml.policy with parameters of type EnvironmentsTypeModifier and TypeMethodDescriptionvoidTargetType.setEnvironments(EnvironmentsType environments) Sets the environments in the target. -
Uses of EnvironmentsType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement EnvironmentsTypeFields in org.opensaml.xacml.policy.impl declared as EnvironmentsTypeModifier and TypeFieldDescriptionprivate EnvironmentsTypeTargetTypeImpl.environmentsThe environments in the policy.Methods in org.opensaml.xacml.policy.impl that return EnvironmentsTypeModifier and TypeMethodDescriptionEnvironmentsTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.EnvironmentsTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.TargetTypeImpl.getEnvironments()Gets the environments of this target.Methods in org.opensaml.xacml.policy.impl with parameters of type EnvironmentsTypeModifier and TypeMethodDescriptionvoidTargetTypeImpl.setEnvironments(EnvironmentsType newEnvironments) Sets the environments in the target.