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 TypeInterfaceDescriptioninterfaceXACML PolicyCombinerParameters schema type.interfaceXACML PolicySetCombineParameters schema type.interfaceXACML 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 TypeClassDescriptionclassImplementation ofCombinerParametersType.classImplementation ofPolicyCombinerParametersTypeUnmarshaller.classImplementation ofPolicySetCombinerParametersType.classImplementation 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.