Uses of Interface
org.opensaml.xacml.policy.CombinerParametersType
-
Packages that use CombinerParametersType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of CombinerParametersType in org.opensaml.xacml.policy
Subinterfaces of CombinerParametersType in org.opensaml.xacml.policy Modifier and Type Interface Description interfacePolicyCombinerParametersTypeXACML PolicyCombinerParameters schema type.interfacePolicySetCombinerParametersTypeXACML PolicySetCombineParameters schema type.interfaceRuleCombinerParametersTypeXACML RuleCombinerParameters schema type.Methods in org.opensaml.xacml.policy that return types with arguments of type CombinerParametersType Modifier and Type Method Description List<CombinerParametersType>PolicySetType. getCombinerParameters()Gets the combiner parameters for this policy set.List<CombinerParametersType>PolicyType. getCombinerParameters()Gets the combiner parameters for this policy.
-