| Package | Description |
|---|---|
| org.casbin.jcasbin.main |
| Modifier and Type | Method and Description |
|---|---|
EnforceResult |
SyncedEnforcer.enforceEx(java.lang.Object... rvals)
enforceEx decides whether a "subject" can access "object" with
the operation "action", input parameters are usually: (sub, obj, act).
|
EnforceResult |
CoreEnforcer.enforceEx(java.lang.Object... rvals)
enforceEx decides whether a "subject" can access "object" with
the operation "action", input parameters are usually: (sub, obj, act).
|
EnforceResult |
SyncedEnforcer.enforceExWithMatcher(java.lang.String matcher,
java.lang.Object... rvals)
enforceExWithMatcher use a custom matcher to decide whether a "subject" can access a "object" with the operation "action",
input parameters are usually: (matcher, sub, obj, act), use model matcher by default when matcher is "" or null.
|
EnforceResult |
CoreEnforcer.enforceExWithMatcher(java.lang.String matcher,
java.lang.Object... rvals)
enforceExWithMatcher use a custom matcher to decide whether a "subject" can access a "object" with the operation "action",
input parameters are usually: (matcher, sub, obj, act), use model matcher by default when matcher is "" or null.
|
Copyright © 2017–2025. All rights reserved.