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

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

Uses of RuleType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type RuleType
 List<RuleType> PolicyType.getRules()
          Gets the rules for this policy.
 

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

Classes in org.opensaml.xacml.policy.impl that implement RuleType
 class RuleTypeImpl
          Implementation for RuleType.
 

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

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type RuleType
 List<RuleType> PolicyTypeImpl.getRules()
          Gets the rules for this policy.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.