OpenSAML-J 2.4.1-redhat-3

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

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

Uses of PolicyType in org.opensaml.xacml.policy
 

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

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

Classes in org.opensaml.xacml.policy.impl that implement PolicyType
 class PolicyTypeImpl
          Concrete implemenation of PolicyType.
 

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

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

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

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

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

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


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.