OpenSAML-J 2.4.1-redhat-3

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

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

Uses of CombinerParametersType in org.opensaml.xacml.policy
 

Subinterfaces of CombinerParametersType in org.opensaml.xacml.policy
 interface PolicyCombinerParametersType
          XACML PolicyCombinerParameters schema type.
 interface PolicySetCombinerParametersType
          XACML PolicySetCombineParameters schema type.
 interface RuleCombinerParametersType
          XACML RuleCombinerParameters schema type.
 

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

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

Classes in org.opensaml.xacml.policy.impl that implement CombinerParametersType
 class CombinerParametersTypeImpl
          Implementation of CombinerParametersType.
 class PolicyCombinerParametersTypeImpl
          Implementation of PolicyCombinerParametersTypeUnmarshaller.
 class PolicySetCombinerParametersTypeImpl
          Implementation of PolicySetCombinerParametersType.
 class RuleCombinerParametersTypeImpl
          Implementation for RuleCombinerParametersTypeImplBuilder.
 

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

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type CombinerParametersType
 List<CombinerParametersType> PolicySetTypeImpl.getCombinerParameters()
          Gets the combiner parameters for this policy set.
 List<CombinerParametersType> PolicyTypeImpl.getCombinerParameters()
          Gets the combiner parameters for this policy.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.