Package | Description |
---|---|
io.picodata.driver.auth |
Authentication mechanisms and data handlers.
|
io.picodata.driver.handlers |
Contains Netty handler implementations
|
Modifier and Type | Class and Description |
---|---|
class |
ChapSha1TarantoolAuthenticator
This authenticator performs authentication to the Tarantool server using default mechanism (chap-sha1) and
the provided plain user credentials.
|
class |
MD5PicodataAuthenticator
This authenticator performs authentication to Picodata server using md5
password hashing mechanism the provided plain user credentials.
|
Modifier and Type | Method and Description |
---|---|
TarantoolAuthenticator |
AuthMechanism.getAuthenticator()
Get authentication mechanism implementation
|
TarantoolAuthenticator |
TarantoolAuthMechanism.getAuthenticator() |
TarantoolAuthenticator |
PicodataAuthMechanism.getAuthenticator() |
Constructor and Description |
---|
TarantoolAuthenticationHandler(CompletableFuture<io.netty.channel.Channel> connectionFuture,
TarantoolVersionHolder versionHolder,
TarantoolCredentials credentials,
TarantoolAuthenticator authenticator)
Basic constructor.
|
Copyright © 2025 Picodata. All rights reserved.