Uses of Interface
org.opensaml.xacml.policy.ConditionType
-
Packages that use ConditionType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of ConditionType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return ConditionType Modifier and Type Method Description ConditionTypeRuleType. getCondition()Gets the condition for this rule.Methods in org.opensaml.xacml.policy with parameters of type ConditionType Modifier and Type Method Description voidRuleType. setCondition(ConditionType condition)Sets the condition for this rule.
-