C G I J L N O P S U W 
All Classes All Packages

C

close() - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
close() - Method in class org.casbin.watcher.PostgresWatcher
Close the connection and the listening thread.
connect() - Method in class org.casbin.watcher.PostgresWatcher
Connecting to the database

G

getChannel() - Method in class org.casbin.config.WatcherConfig
 
getLocalId() - Method in class org.casbin.config.WatcherConfig
 

I

isVerbose() - Method in class org.casbin.config.WatcherConfig
 

J

JCasbinPostgresWatcher - Class in org.casbin.watcher
Postgres implementation of jCasbin Watcher interface, supporting WatcherEx
JCasbinPostgresWatcher(String, String, String, String) - Constructor for class org.casbin.watcher.JCasbinPostgresWatcher
 
JCasbinPostgresWatcher(String, String, String, WatcherConfig) - Constructor for class org.casbin.watcher.JCasbinPostgresWatcher
 

L

listen(String, Consumer<String>) - Method in class org.casbin.watcher.PostgresWatcher
Listen to the specified channel and invoke a callback when a message is received.

N

notify(String, String) - Method in class org.casbin.watcher.PostgresWatcher
sent NOTIFY

O

org.casbin.config - package org.casbin.config
 
org.casbin.watcher - package org.casbin.watcher
 

P

PostgresWatcher - Class in org.casbin.watcher
The core class of Postgres Watcher, responsible for database connection, listening, and notification.
PostgresWatcher(String, String, String) - Constructor for class org.casbin.watcher.PostgresWatcher
 

S

setChannel(String) - Method in class org.casbin.config.WatcherConfig
 
setLocalId(String) - Method in class org.casbin.config.WatcherConfig
 
setUpdateCallback(Runnable) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
setUpdateCallback(Consumer<String>) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
setVerbose(boolean) - Method in class org.casbin.config.WatcherConfig
 

U

update() - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
updateForAddPolicies(String, String, List<List<String>>) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
updateForAddPolicy(String, String, String...) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
updateForRemoveFilteredPolicy(String, String, int, String...) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
updateForRemovePolicies(String, String, List<List<String>>) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
updateForRemovePolicy(String, String, String...) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 
updateForSavePolicy(Model) - Method in class org.casbin.watcher.JCasbinPostgresWatcher
 

W

WatcherConfig - Class in org.casbin.config
Watcher Configuration Class
WatcherConfig() - Constructor for class org.casbin.config.WatcherConfig
 
C G I J L N O P S U W 
All Classes All Packages