Uses of Interface
oracle.kv.ReauthenticateHandler
- 
Packages that use ReauthenticateHandler Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database.oracle.kv.pubsub Provides the classes used to define a Subscription to all logical changes (table row puts and deletes) made to a NoSQL store. - 
- 
Uses of ReauthenticateHandler in oracle.kv
Methods in oracle.kv with parameters of type ReauthenticateHandler Modifier and Type Method Description static KVStoreKVStoreFactory. getStore(KVStoreConfig config, LoginCredentials creds, ReauthenticateHandler reauthHandler)Get a handle to an existing KVStore, with optional authentication arguments for accessing a secure KVStore instance. - 
Uses of ReauthenticateHandler in oracle.kv.pubsub
Methods in oracle.kv.pubsub with parameters of type ReauthenticateHandler Modifier and Type Method Description NoSQLPublisherConfig.BuilderNoSQLPublisherConfig.Builder. setReauthHandler(ReauthenticateHandler reauthHandler)Sets reauthentication handler. 
 -