Uses of Interface
org.opensaml.xacml.policy.RuleCombinerParametersType

Packages that use RuleCombinerParametersType
org.opensaml.xacml.policy   
org.opensaml.xacml.policy.impl   
 

Uses of RuleCombinerParametersType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type RuleCombinerParametersType
 List<RuleCombinerParametersType> PolicyType.getRuleCombinerParameters()
          Gets the rule combiner parameters for this policy.
 

Uses of RuleCombinerParametersType in org.opensaml.xacml.policy.impl
 

Classes in org.opensaml.xacml.policy.impl that implement RuleCombinerParametersType
 class RuleCombinerParametersTypeImpl
          Implementation for RuleCombinerParametersTypeImplBuilder.
 

Methods in org.opensaml.xacml.policy.impl that return RuleCombinerParametersType
 RuleCombinerParametersType RuleCombinerParametersTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 RuleCombinerParametersType RuleCombinerParametersTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type RuleCombinerParametersType
 List<RuleCombinerParametersType> PolicyTypeImpl.getRuleCombinerParameters()
          Gets the rule combiner parameters for this policy.
 



Copyright © 1999-2013. All Rights Reserved.