Uses of Class
org.casbin.jcasbin.persist.WatcherEx.UpdateType
-
Packages that use WatcherEx.UpdateType Package Description org.casbin.jcasbin.main org.casbin.jcasbin.persist -
-
Uses of WatcherEx.UpdateType in org.casbin.jcasbin.main
Methods in org.casbin.jcasbin.main with parameters of type WatcherEx.UpdateType Modifier and Type Method Description private boolean
InternalEnforcer. notifyWatcher(java.lang.String sec, java.lang.String ptype, java.util.List<java.util.List<java.lang.String>> rules, WatcherEx.UpdateType updateType)
-
Uses of WatcherEx.UpdateType in org.casbin.jcasbin.persist
Methods in org.casbin.jcasbin.persist that return WatcherEx.UpdateType Modifier and Type Method Description static WatcherEx.UpdateType
WatcherEx.UpdateType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WatcherEx.UpdateType[]
WatcherEx.UpdateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-