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 Effect
Effect. 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 boolean
DefaultEffector. mergeEffects(java.lang.String expr, Effect[] effects, float[] results)
mergeEffects merges all matching results collected by the enforcer into a single decision.boolean
Effector. mergeEffects(java.lang.String expr, Effect[] effects, float[] results)
Deprecated.use newStreamEffector instead of this.boolean
DefaultStreamEffector. push(Effect eft, int currentIndex, int policySize)
boolean
StreamEffector. push(Effect effect, int currentIndex, int policySize)
-