Uses of Class
io.tarantool.driver.auth.TarantoolAuthenticationException
-
Packages that use TarantoolAuthenticationException Package Description io.tarantool.driver.auth Authentication mechanisms and data handlers. -
-
Uses of TarantoolAuthenticationException in io.tarantool.driver.auth
Methods in io.tarantool.driver.auth that throw TarantoolAuthenticationException Modifier and Type Method Description byte[]
ChapSha1TarantoolAuthenticator. prepareUserAuthData(byte[] serverAuthData, SimpleTarantoolCredentials credentials)
Take the salt from the server connect response, write the authentication data based on the providedSimpleTarantoolCredentials
.byte[]
TarantoolAuthenticator. prepareUserAuthData(byte[] serverAuthData, T credentials)
Takes the server auth data returned in response for the connect request and user auth data, performs the necessary transformations and writes the serialized authentication data to a byte array
-