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

Packages that use PolicySetType
org.opensaml.xacml.policy   
org.opensaml.xacml.policy.impl   
org.opensaml.xacml.profile.saml   
org.opensaml.xacml.profile.saml.impl   
 

Uses of PolicySetType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type PolicySetType
 List<PolicySetType> PolicySetType.getPolicySets()
          Gets the child policy sets.
 

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

Classes in org.opensaml.xacml.policy.impl that implement PolicySetType
 class PolicySetTypeImpl
          Concrete implementation of PolicySetType.
 

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

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type PolicySetType
 List<PolicySetType> PolicySetTypeImpl.getPolicySets()
          Gets the child policy sets.
 

Uses of PolicySetType in org.opensaml.xacml.profile.saml
 

Methods in org.opensaml.xacml.profile.saml that return types with arguments of type PolicySetType
 List<PolicySetType> XACMLPolicyStatementType.getPolicySets()
          Return the XACMLPolicySet inside the policy statement.
 List<PolicySetType> XACMLAuthzDecisionQueryType.getPolicySets()
          Gets the policy sets to be used while rendering a decision.
 List<PolicySetType> ReferencedPoliciesType.getPolicySets()
          Gets the policieSets in this element.
 

Uses of PolicySetType in org.opensaml.xacml.profile.saml.impl
 

Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type PolicySetType
 List<PolicySetType> XACMLPolicyStatementTypeImpl.getPolicySets()
          Return the XACMLPolicySet inside the policy statement.
 List<PolicySetType> XACMLAuthzDecisionQueryTypeImpl.getPolicySets()
          Gets the policy sets to be used while rendering a decision.
 List<PolicySetType> ReferencedPoliciesTypeImpl.getPolicySets()
          Gets the policieSets in this element.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.