Uses of Class
org.casbin.jcasbin.effect.Effect
-
Packages that use Effect Package Description org.casbin.jcasbin.effect -
-
Uses of Effect in org.casbin.jcasbin.effect
Methods in org.casbin.jcasbin.effect that return Effect Modifier and Type Method Description static EffectEffect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Effect[]Effect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.casbin.jcasbin.effect with parameters of type Effect Modifier and Type Method Description booleanDefaultEffector. mergeEffects(java.lang.String expr, Effect[] effects, float[] results)mergeEffects merges all matching results collected by the enforcer into a single decision.booleanEffector. mergeEffects(java.lang.String expr, Effect[] effects, float[] results)Deprecated.use newStreamEffector instead of this.booleanDefaultStreamEffector. push(Effect eft, int currentIndex, int policySize)booleanStreamEffector. push(Effect effect, int currentIndex, int policySize)
-