Uses of Interface
org.opensaml.xacml.policy.EnvironmentMatchType
Packages that use EnvironmentMatchType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of EnvironmentMatchType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type EnvironmentMatchTypeModifier and TypeMethodDescriptionEnvironmentType.getEnvrionmentMatches()
Gets the environment matches for this environment. -
Uses of EnvironmentMatchType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement EnvironmentMatchTypeFields in org.opensaml.xacml.policy.impl with type parameters of type EnvironmentMatchTypeModifier and TypeFieldDescriptionEnvironmentTypeImpl.environmentMatches
List of environment matches.Methods in org.opensaml.xacml.policy.impl that return EnvironmentMatchTypeModifier and TypeMethodDescriptionEnvironmentMatchTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.EnvironmentMatchTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type EnvironmentMatchTypeModifier and TypeMethodDescriptionEnvironmentTypeImpl.getEnvrionmentMatches()
Gets the environment matches for this environment.