Uses of Class
io.tarantool.driver.auth.SimpleTarantoolCredentials
-
Packages that use SimpleTarantoolCredentials Package Description io.tarantool.driver.auth Authentication mechanisms and data handlers. -
-
Uses of SimpleTarantoolCredentials in io.tarantool.driver.auth
Methods in io.tarantool.driver.auth with parameters of type SimpleTarantoolCredentials Modifier and Type Method Description boolean
ChapSha1TarantoolAuthenticator. canAuthenticateWith(SimpleTarantoolCredentials credentials)
Check if the passed instance ofSimpleTarantoolCredentials
can be used for authenticationboolean
ChapSha1TarantoolAuthenticator. canSkipAuth(SimpleTarantoolCredentials credentials)
Check if the passed instance ofSimpleTarantoolCredentials
can be used for authenticationbyte[]
ChapSha1TarantoolAuthenticator. prepareUserAuthData(byte[] serverAuthData, SimpleTarantoolCredentials credentials)
Take the salt from the server connect response, write the authentication data based on the providedSimpleTarantoolCredentials
.
-