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 booleanChapSha1TarantoolAuthenticator. canAuthenticateWith(SimpleTarantoolCredentials credentials)Check if the passed instance ofSimpleTarantoolCredentialscan be used for authenticationbooleanChapSha1TarantoolAuthenticator. canSkipAuth(SimpleTarantoolCredentials credentials)Check if the passed instance ofSimpleTarantoolCredentialscan 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.
-