Uses of Class
io.tarantool.driver.auth.TarantoolAuthMechanism
-
Packages that use TarantoolAuthMechanism Package Description io.tarantool.driver.auth Authentication mechanisms and data handlers.io.tarantool.driver.protocol.requests This sub-package is dedicated to Tarantool operation requests -
-
Uses of TarantoolAuthMechanism in io.tarantool.driver.auth
Methods in io.tarantool.driver.auth that return TarantoolAuthMechanism Modifier and Type Method Description TarantoolAuthMechanism
ChapSha1TarantoolAuthenticator. getMechanism()
Returns the supportedTarantoolAuthMechanism
TarantoolAuthMechanism
TarantoolAuthenticator. getMechanism()
Return the authentication mechanism signaturestatic TarantoolAuthMechanism
TarantoolAuthMechanism. valueOf(String name)
Returns the enum constant of this type with the specified name.static TarantoolAuthMechanism[]
TarantoolAuthMechanism. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TarantoolAuthMechanism in io.tarantool.driver.protocol.requests
Methods in io.tarantool.driver.protocol.requests with parameters of type TarantoolAuthMechanism Modifier and Type Method Description TarantoolAuthRequest.Builder
TarantoolAuthRequest.Builder. withAuthData(TarantoolAuthMechanism authMechanism, byte[] authData)
-