Uses of Interface
org.opensaml.xacml.policy.CombinerParameterType
Packages that use CombinerParameterType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of CombinerParameterType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type CombinerParameterTypeModifier and TypeMethodDescriptionCombinerParametersType.getCombinerParameters()
Gets the combiner parameters. -
Uses of CombinerParameterType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement CombinerParameterTypeFields in org.opensaml.xacml.policy.impl with type parameters of type CombinerParameterTypeModifier and TypeFieldDescriptionCombinerParametersTypeImpl.combinerParameters
List or the combiner parameters.Methods in org.opensaml.xacml.policy.impl that return CombinerParameterTypeModifier and TypeMethodDescriptionCombinerParameterTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.CombinerParameterTypeImplBuilder.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 CombinerParameterTypeModifier and TypeMethodDescriptionCombinerParametersTypeImpl.getCombinerParameters()
Gets the combiner parameters.