Uses of Interface
io.tarantool.driver.auth.TarantoolAuthenticator
-
Packages that use TarantoolAuthenticator Package Description io.tarantool.driver.auth Authentication mechanisms and data handlers.io.tarantool.driver.handlers Contains Netty handler implementations -
-
Uses of TarantoolAuthenticator in io.tarantool.driver.auth
Classes in io.tarantool.driver.auth that implement TarantoolAuthenticator Modifier and Type Class Description class
ChapSha1TarantoolAuthenticator
This authenticator performs authentication to the Tarantool server using default mechanism (chap-sha1) and the provided plain user credentials. -
Uses of TarantoolAuthenticator in io.tarantool.driver.handlers
Classes in io.tarantool.driver.handlers with type parameters of type TarantoolAuthenticator Modifier and Type Class Description class
TarantoolAuthenticationHandler<S extends TarantoolCredentials,T extends TarantoolAuthenticator<S>>
Reads the greeting received from Tarantool server and optionally sends an authentication request with passed credentials.
-