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

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

Uses of ConditionType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return ConditionType
 ConditionType RuleType.getCondition()
          Gets the condition for this rule.
 

Methods in org.opensaml.xacml.policy with parameters of type ConditionType
 void RuleType.setCondition(ConditionType condition)
          Sets the the condition for this rule.
 

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

Classes in org.opensaml.xacml.policy.impl that implement ConditionType
 class ConditionTypeImpl
          Implementation of ConditionType.
 

Methods in org.opensaml.xacml.policy.impl that return ConditionType
 ConditionType ConditionTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 ConditionType ConditionTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 ConditionType RuleTypeImpl.getCondition()
          Gets the condition for this rule.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type ConditionType
 void RuleTypeImpl.setCondition(ConditionType newCondition)
          Sets the the condition for this rule.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.