Uses of Enum Class
org.casbin.jcasbin.effect.Effect
Packages that use Effect
-
Uses of Effect in org.casbin.jcasbin.effect
Methods in org.casbin.jcasbin.effect that return EffectModifier and TypeMethodDescriptionstatic Effect
Returns the enum constant of this class with the specified name.static Effect[]
Effect.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.casbin.jcasbin.effect with parameters of type EffectModifier and TypeMethodDescriptionboolean
DefaultEffector.mergeEffects
(String expr, Effect[] effects, float[] results) mergeEffects merges all matching results collected by the enforcer into a single decision.boolean
Effector.mergeEffects
(String expr, Effect[] effects, float[] results) Deprecated.use newStreamEffector instead of this.boolean
boolean