Uses of Interface
org.casbin.jcasbin.persist.Adapter
Packages that use Adapter
Package
Description
-
Uses of Adapter in org.casbin.jcasbin.main
Fields in org.casbin.jcasbin.main declared as AdapterMethods in org.casbin.jcasbin.main that return AdapterMethods in org.casbin.jcasbin.main with parameters of type AdapterModifier and TypeMethodDescriptionvoid
CoreEnforcer.setAdapter
(Adapter adapter) setAdapter sets the current adapter.Constructors in org.casbin.jcasbin.main with parameters of type AdapterModifierConstructorDescriptionCachedEnforcer
(String modelPath, Adapter adapter) Initializes an enforcer with a model file and a database adapter.CachedEnforcer
(Model m, Adapter adapter) Initializes an enforcer with a model and a database adapter.DistributedEnforcer
(String modelPath, Adapter adapter) DistributedEnforcer initializes an enforcer with a database adapter.DistributedEnforcer
(Model m, Adapter adapter) DistributedEnforcer initializes an enforcer with a model and a database adapter.Enforcer initializes an enforcer with a database adapter.Enforcer initializes an enforcer with a model and a database adapter.Enforcer initializes an enforcer with a model, a database adapter and an enable log flag.SyncedCachedEnforcer
(String modelPath, Adapter adapter) Initializes an enforcer with a model file and a database adapter.SyncedCachedEnforcer
(Model m, Adapter adapter) Initializes an enforcer with a model and a database adapter.SyncedEnforcer
(String modelPath, Adapter adapter) SyncedEnforcer initializes an enforcer with a database adapter.SyncedEnforcer
(Model m, Adapter adapter) SyncedEnforcer initializes an enforcer with a model and a database adapter. -
Uses of Adapter in org.casbin.jcasbin.persist
Subinterfaces of Adapter in org.casbin.jcasbin.persistModifier and TypeInterfaceDescriptioninterface
interface
FilteredAdapter is the interface for Casbin adapters supporting filtered policies.interface
UpdatableAdapter is the interface for Casbin adapters with add update policy function. -
Uses of Adapter in org.casbin.jcasbin.persist.file_adapter
Classes in org.casbin.jcasbin.persist.file_adapter that implement AdapterModifier and TypeClassDescriptionclass
class
FileAdapter is the file adapter for Casbin.class
FilteredAdapter is the filtered file adapter for Casbin.Fields in org.casbin.jcasbin.persist.file_adapter declared as Adapter