| Package | Description |
|---|---|
| org.casbin.jcasbin.effect |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Effector.mergeEffects(java.lang.String expr,
Effect[] effects,
float[] results)
Deprecated.
use newStreamEffector instead of this.
|
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 |
DefaultStreamEffector.push(Effect eft,
int currentIndex,
int policySize) |
boolean |
StreamEffector.push(Effect effect,
int currentIndex,
int policySize) |
Copyright © 2017–2023. All rights reserved.