Package | Description |
---|---|
io.picodata.driver.auth |
Authentication mechanisms and data handlers.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
ChapSha1TarantoolAuthenticator.prepareUserAuthData(byte[] serverAuthData,
TarantoolCredentials credentials)
Take the salt from the server connect response, write the authentication data based on the provided
SimpleTarantoolCredentials . |
byte[] |
TarantoolAuthenticator.prepareUserAuthData(byte[] serverAuthData,
TarantoolCredentials 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
|
byte[] |
MD5PicodataAuthenticator.prepareUserAuthData(byte[] serverAuthData,
TarantoolCredentials credentials)
Take the salt from the server connect response, write the authentication data based on the provided
SimpleTarantoolCredentials . |
Copyright © 2025 Picodata. All rights reserved.