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

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

Uses of PolicyCombinerParametersType in org.opensaml.xacml.policy
 

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

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

Classes in org.opensaml.xacml.policy.impl that implement PolicyCombinerParametersType
 class PolicyCombinerParametersTypeImpl
          Implementation of PolicyCombinerParametersTypeUnmarshaller.
 

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

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



Copyright © 1999-2012. All Rights Reserved.