Uses of Enum Class
org.opensaml.xacml.policy.EffectType
Packages that use EffectType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
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. -
Uses of EffectType in org.opensaml.xacml.policy.impl
Fields in org.opensaml.xacml.policy.impl declared as EffectTypeModifier and TypeFieldDescriptionprivate EffectTypeRuleTypeImpl.effectTypeEffect type of the rule.private EffectTypeObligationTypeImpl.fulFillOnThe attribute fulfillOn.Methods in org.opensaml.xacml.policy.impl that return EffectTypeModifier and TypeMethodDescriptionRuleTypeImpl.getEffect()Gets the effect of the rule.ObligationTypeImpl.getFulfillOn()Gets the fulfill on effect.Methods in org.opensaml.xacml.policy.impl with parameters of type EffectTypeModifier and TypeMethodDescriptionvoidRuleTypeImpl.setEffect(EffectType type) Sets the effect of the rule.voidObligationTypeImpl.setFulfillOn(EffectType newFulfillOn) Sets fulfill on effect.