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.
 

Fields in org.opensaml.xacml.policy.impl with type parameters of type CombinerParameterType
private  XMLObjectChildrenList<CombinerParameterType> CombinerParametersTypeImpl.combinerParameters
          List or the combiner parameters.
private  XMLObjectChildrenList<CombinerParameterType> PolicyCombinerParametersTypeImpl.combinerParameters
          List or the combiner parameters.
private  XMLObjectChildrenList<CombinerParameterType> RuleCombinerParametersTypeImpl.combinerParameters
          List or the combiner parameters.
 

Methods in org.opensaml.xacml.policy.impl that return CombinerParameterType
 CombinerParameterType CombinerParameterTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 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> CombinerParametersTypeImpl.getCombinerParameters()
          Gets the combiner parameters.
 List<CombinerParameterType> PolicyCombinerParametersTypeImpl.getCombinerParameters()
          Gets the combiner parameters.
 List<CombinerParameterType> RuleCombinerParametersTypeImpl.getCombinerParameters()
          Gets the combiner parameters.
 



Copyright © 1999-2013. All Rights Reserved.