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 XACMLObject using the default name and namespace information provided XACML specifications.
 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
 

Fields in org.opensaml.xacml.profile.saml.impl with type parameters of type PolicySetType
private  XMLObjectChildrenList<PolicySetType> ReferencedPoliciesTypeImpl.policieSets
          List of policieSets.
private  List<PolicySetType> XACMLAuthzDecisionQueryTypeImpl.policySets
          PolicySet children.
 

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



Copyright © 1999-2013. All Rights Reserved.