Uses of Interface
org.opensaml.xacml.policy.CombinerParametersType
Packages that use CombinerParametersType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of CombinerParametersType in org.opensaml.xacml.policy
Subinterfaces of CombinerParametersType in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterface
XACML PolicyCombinerParameters schema type.interface
XACML PolicySetCombineParameters schema type.interface
XACML RuleCombinerParameters schema type.Methods in org.opensaml.xacml.policy that return types with arguments of type CombinerParametersTypeModifier and TypeMethodDescriptionPolicySetType.getCombinerParameters()
Gets the combiner parameters for this policy set.PolicyType.getCombinerParameters()
Gets the combiner parameters for this policy. -
Uses of CombinerParametersType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement CombinerParametersTypeModifier and TypeClassDescriptionclass
Implementation ofCombinerParametersType
.class
Implementation ofPolicyCombinerParametersTypeUnmarshaller
.class
Implementation ofPolicySetCombinerParametersType
.class
Implementation forRuleCombinerParametersTypeImplBuilder
.Methods in org.opensaml.xacml.policy.impl that return CombinerParametersTypeModifier and TypeMethodDescriptionCombinerParametersTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.CombinerParametersTypeImplBuilder.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 CombinerParametersTypeModifier and TypeMethodDescriptionPolicySetTypeImpl.getCombinerParameters()
Gets the combiner parameters for this policy set.PolicyTypeImpl.getCombinerParameters()
Gets the combiner parameters for this policy.