Uses of Enum Class
org.casbin.jcasbin.persist.WatcherEx.UpdateType
Packages that use WatcherEx.UpdateType
-
Uses of WatcherEx.UpdateType in org.casbin.jcasbin.main
Methods in org.casbin.jcasbin.main with parameters of type WatcherEx.UpdateTypeModifier and TypeMethodDescriptionprivate boolean
InternalEnforcer.notifyWatcher
(String sec, String ptype, List<List<String>> rules, WatcherEx.UpdateType updateType) -
Uses of WatcherEx.UpdateType in org.casbin.jcasbin.persist
Methods in org.casbin.jcasbin.persist that return WatcherEx.UpdateTypeModifier and TypeMethodDescriptionstatic WatcherEx.UpdateType
Returns the enum constant of this class with the specified name.static WatcherEx.UpdateType[]
WatcherEx.UpdateType.values()
Returns an array containing the constants of this enum class, in the order they are declared.