Uses of Interface
org.opensaml.xacml.profile.saml.ReferencedPoliciesType

Packages that use ReferencedPoliciesType
org.opensaml.xacml.profile.saml   
org.opensaml.xacml.profile.saml.impl   
 

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

Methods in org.opensaml.xacml.profile.saml that return ReferencedPoliciesType
 ReferencedPoliciesType XACMLPolicyStatementType.getReferencedPolicies()
          Gets the referenced policies.
 ReferencedPoliciesType XACMLAuthzDecisionQueryType.getReferencedPolicies()
          Gets the reference to the policies to be used while rendering a decision.
 

Methods in org.opensaml.xacml.profile.saml with parameters of type ReferencedPoliciesType
 void XACMLPolicyStatementType.setReferencedPolicies(ReferencedPoliciesType policies)
          Sets the referenced policies.
 void XACMLAuthzDecisionQueryType.setReferencedPolicies(ReferencedPoliciesType policies)
          Sets the reference to the policies to be used while rendering a decision.
 

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

Classes in org.opensaml.xacml.profile.saml.impl that implement ReferencedPoliciesType
 class ReferencedPoliciesTypeImpl
          Implementation of ReferencedPoliciesType.
 

Methods in org.opensaml.xacml.profile.saml.impl that return ReferencedPoliciesType
 ReferencedPoliciesType ReferencedPoliciesTypeImplBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 ReferencedPoliciesType ReferencedPoliciesTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 ReferencedPoliciesType XACMLPolicyStatementTypeImpl.getReferencedPolicies()
          Gets the referenced policies.
 ReferencedPoliciesType XACMLAuthzDecisionQueryTypeImpl.getReferencedPolicies()
          Gets the reference to the policies to be used while rendering a decision.
 

Methods in org.opensaml.xacml.profile.saml.impl with parameters of type ReferencedPoliciesType
 void XACMLPolicyStatementTypeImpl.setReferencedPolicies(ReferencedPoliciesType policies)
          Sets the referenced policies.
 void XACMLAuthzDecisionQueryTypeImpl.setReferencedPolicies(ReferencedPoliciesType policies)
          Sets the reference to the policies to be used while rendering a decision.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.