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 TarantoolAuthMechanismChapSha1TarantoolAuthenticator. getMechanism()Returns the supportedTarantoolAuthMechanismTarantoolAuthMechanismTarantoolAuthenticator. getMechanism()Return the authentication mechanism signaturestatic TarantoolAuthMechanismTarantoolAuthMechanism. 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.BuilderTarantoolAuthRequest.Builder. withAuthData(TarantoolAuthMechanism authMechanism, byte[] authData)
-