Uses of Interface
oracle.kv.ReauthenticateHandler
Package
Description
This package contains the public API for using Oracle NoSQL Database.
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
Modifier and TypeMethodDescriptionstatic KVStore
KVStoreFactory.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
Modifier and TypeMethodDescriptionNoSQLPublisherConfig.Builder.setReauthHandler
(ReauthenticateHandler reauthHandler) Sets reauthentication handler.