Uses of Interface
io.tarantool.driver.auth.TarantoolCredentials
-
Packages that use TarantoolCredentials Package Description io.tarantool.driver.api Contains interfaces and classes essential for end-user driver APIio.tarantool.driver.auth Authentication mechanisms and data handlers.io.tarantool.driver.core Driver core classesio.tarantool.driver.handlers Contains Netty handler implementations -
-
Uses of TarantoolCredentials in io.tarantool.driver.api
Methods in io.tarantool.driver.api that return TarantoolCredentials Modifier and Type Method Description TarantoolCredentialsTarantoolClientConfig. getCredentials()Get Tarantool credentialsMethods in io.tarantool.driver.api with parameters of type TarantoolCredentials Modifier and Type Method Description voidTarantoolClientConfig. setCredentials(TarantoolCredentials credentials)Set Tarantool credentials storeTarantoolClientBuilderTarantoolClientBuilder. withCredentials(TarantoolCredentials tarantoolCredentials)Specify user credentials for authentication in a Tarantool server.TarantoolClientConfig.BuilderTarantoolClientConfig.Builder. withCredentials(TarantoolCredentials credentials)Specify user credentials -
Uses of TarantoolCredentials in io.tarantool.driver.auth
Classes in io.tarantool.driver.auth with type parameters of type TarantoolCredentials Modifier and Type Interface Description interfaceTarantoolAuthenticator<T extends TarantoolCredentials>Prepares authentication data for passing to TarantoolClasses in io.tarantool.driver.auth that implement TarantoolCredentials Modifier and Type Class Description classSimpleTarantoolCredentialsContainer for plain user and password data for authentication -
Uses of TarantoolCredentials in io.tarantool.driver.core
Methods in io.tarantool.driver.core with parameters of type TarantoolCredentials Modifier and Type Method Description TarantoolClientBuilderTarantoolClientBuilderImpl. withCredentials(TarantoolCredentials credentials)Constructors in io.tarantool.driver.core with parameters of type TarantoolCredentials Constructor Description ClusterTarantoolTupleClient(TarantoolCredentials credentials)Create a client using provided credentials information.ClusterTarantoolTupleClient(TarantoolCredentials credentials, TarantoolServerAddress address)Create a client using provided credentials information.ClusterTarantoolTupleClient(TarantoolCredentials credentials, String host, int port)Create a client using provided credentials information.ClusterTarantoolTupleClient(TarantoolCredentials credentials, Collection<TarantoolServerAddress> addresses)Create a client using provided credentials information. -
Uses of TarantoolCredentials in io.tarantool.driver.handlers
Classes in io.tarantool.driver.handlers with type parameters of type TarantoolCredentials Modifier and Type Class Description classTarantoolAuthenticationHandler<S extends TarantoolCredentials,T extends TarantoolAuthenticator<S>>Reads the greeting received from Tarantool server and optionally sends an authentication request with passed credentials.
-