Uses of Class
org.casbin.jcasbin.main.EnforceResult
Packages that use EnforceResult
-
Uses of EnforceResult in org.casbin.jcasbin.main
Methods in org.casbin.jcasbin.main that return EnforceResultModifier and TypeMethodDescriptionenforceEx decides whether a "subject" can access "object" with the operation "action", input parameters are usually: (sub, obj, act). the list explain, store matching rule.enforceEx decides whether a "subject" can access "object" with the operation "action", input parameters are usually: (sub, obj, act). the list explain, store matching rule.CoreEnforcer.enforceExWithMatcher(String matcher, 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. the list explain, store matching rule.SyncedEnforcer.enforceExWithMatcher(String matcher, 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. the list explain, store matching rule.