| Interface | Description |
|---|---|
| AuthMechanism |
Base interface for authentication mechanism enums
|
| TarantoolAuthenticator |
Prepares authentication data for passing to Tarantool
|
| TarantoolCredentials |
Container for different forms of credentials, aware of storing the necessary data and authentication mechanisms
|
| Class | Description |
|---|---|
| ChapSha1TarantoolAuthenticator |
This authenticator performs authentication to the Tarantool server using default mechanism (chap-sha1) and
the provided plain user credentials.
|
| MD5PicodataAuthenticator |
This authenticator performs authentication to Picodata server using md5
password hashing mechanism the provided plain user credentials.
|
| SimpleTarantoolCredentials |
Container for plain user and password data for authentication
|
| Enum | Description |
|---|---|
| PicodataAuthMechanism |
Provides signatures for the authentication mechanisms supported by Picodata
|
| TarantoolAuthMechanism |
Provides signatures for the authentication mechanisms supported by Tarantool
|
| Exception | Description |
|---|---|
| TarantoolAuthenticationException |
This exception is thrown when the
AbstractTarantoolClient fails to authenticate with given data |
Copyright © 2025 Picodata. All rights reserved.