Uses of Enum Class
org.opensaml.xacml.policy.EffectType
Packages that use EffectType
-
Uses of EffectType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return EffectTypeModifier and TypeMethodDescriptionRuleType.getEffect()Gets the effect of the rule.ObligationType.getFulfillOn()Gets the fulfill on effect.static EffectTypeReturns the enum constant of this class with the specified name.static EffectType[]EffectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.xacml.policy with parameters of type EffectTypeModifier and TypeMethodDescriptionvoidRuleType.setEffect(EffectType type) Sets the effect of the rule.voidObligationType.setFulfillOn(EffectType type) Sets fulfill on effect.