Uses of Interface
oracle.kv.LoginCredentials
-
Packages that use LoginCredentials 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 LoginCredentials in oracle.kv
Classes in oracle.kv that implement LoginCredentials Modifier and Type Class Description class
KerberosCredentials
Login credentials for Kerberos authentication.class
PasswordCredentials
Username/password credentials.Methods in oracle.kv with parameters of type LoginCredentials Modifier and Type Method Description static 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.void
KVStore. login(LoginCredentials creds)
Updates the login credentials for this store handle. -
Uses of LoginCredentials in oracle.kv.pubsub
Methods in oracle.kv.pubsub with parameters of type LoginCredentials Modifier and Type Method Description static NoSQLPublisher
NoSQLPublisher. get(NoSQLPublisherConfig config, LoginCredentials loginCred)
Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.static NoSQLPublisher
NoSQLPublisher. get(NoSQLPublisherConfig config, LoginCredentials loginCred, Logger logger)
Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.
-