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 classKerberosCredentialsLogin credentials for Kerberos authentication.classPasswordCredentialsUsername/password credentials.Methods in oracle.kv that return LoginCredentials Modifier and Type Method Description LoginCredentialsLoginCredentials.LoginCredentialsType. readLoginCredentials(java.io.DataInput in, short serialVersion)Reads the login credentials associated with this type from the stream.LoginCredentialsLoginCredentials.StdLoginCredentialsType. readLoginCredentials(java.io.DataInput in, short serialVersion)Methods in oracle.kv with parameters of type LoginCredentials 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.voidKVStore. 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 NoSQLPublisherNoSQLPublisher. get(NoSQLPublisherConfig config, LoginCredentials loginCred)Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.static NoSQLPublisherNoSQLPublisher. get(NoSQLPublisherConfig config, LoginCredentials loginCred, java.util.logging.Logger logger)Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.
-