Uses of Package
io.tarantool.driver.auth
-
Packages that use io.tarantool.driver.auth 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 implementationsio.tarantool.driver.protocol.requests This sub-package is dedicated to Tarantool operation requests -
Classes in io.tarantool.driver.auth used by io.tarantool.driver.api Class Description TarantoolCredentials Container for different forms of credentials, aware of storing the necessary data and authentication mechanisms -
Classes in io.tarantool.driver.auth used by io.tarantool.driver.auth Class Description SimpleTarantoolCredentials Container for plain user and password data for authenticationTarantoolAuthenticationException This exception is thrown when theAbstractTarantoolClient
fails to authenticate with given dataTarantoolAuthenticator Prepares authentication data for passing to TarantoolTarantoolAuthMechanism Provides signatures for the authentication mechanisms supported by TarantoolTarantoolCredentials Container for different forms of credentials, aware of storing the necessary data and authentication mechanisms -
Classes in io.tarantool.driver.auth used by io.tarantool.driver.core Class Description TarantoolCredentials Container for different forms of credentials, aware of storing the necessary data and authentication mechanisms -
Classes in io.tarantool.driver.auth used by io.tarantool.driver.handlers Class Description TarantoolAuthenticator Prepares authentication data for passing to TarantoolTarantoolCredentials Container for different forms of credentials, aware of storing the necessary data and authentication mechanisms -
Classes in io.tarantool.driver.auth used by io.tarantool.driver.protocol.requests Class Description TarantoolAuthMechanism Provides signatures for the authentication mechanisms supported by Tarantool