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 booleanInternalEnforcer.notifyWatcher(String sec, String ptype, List<List<String>> rules, WatcherEx.UpdateType updateType) -
Uses of WatcherEx.UpdateType in org.casbin.jcasbin.persist
Subclasses with type arguments of type WatcherEx.UpdateType in org.casbin.jcasbin.persistMethods in org.casbin.jcasbin.persist that return WatcherEx.UpdateTypeModifier and TypeMethodDescriptionstatic WatcherEx.UpdateTypeReturns 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.