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

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

Uses of CombinerParameterType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type CombinerParameterType
 List<CombinerParameterType> CombinerParametersType.getCombinerParameters()
          Gets the combiner parameters.
 

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

Classes in org.opensaml.xacml.policy.impl that implement CombinerParameterType
 class CombinerParameterTypeImpl
          Implementation of CombinerParameterType.
 

Methods in org.opensaml.xacml.policy.impl that return CombinerParameterType
 CombinerParameterType CombinerParameterTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 CombinerParameterType CombinerParameterTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type CombinerParameterType
 List<CombinerParameterType> RuleCombinerParametersTypeImpl.getCombinerParameters()
          Gets the combiner parameters.
 List<CombinerParameterType> PolicyCombinerParametersTypeImpl.getCombinerParameters()
          Gets the combiner parameters.
 List<CombinerParameterType> CombinerParametersTypeImpl.getCombinerParameters()
          Gets the combiner parameters.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.