Uses of Class
org.opensaml.xacml.policy.EffectType
-
Packages that use EffectType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of EffectType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return EffectType Modifier and Type Method Description EffectTypeRuleType. getEffect()Gets the effect of the rule.EffectTypeObligationType. getFulfillOn()Gets the fulfill on effect.static EffectTypeEffectType. valueOf(String name)Returns the enum constant of this type with the specified name.static EffectType[]EffectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.xacml.policy with parameters of type EffectType Modifier and Type Method Description voidRuleType. setEffect(EffectType type)Sets the effect of the rule.voidObligationType. setFulfillOn(EffectType type)Sets fulfill on effect.
-