public interface AuthenticationPluginFactory
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPlugin |
initialize(String authenticationData,
byte[] seed,
Configuration conf)
Plugin initialization.
|
default boolean |
requireSsl()
Authentication plugin required SSL to be used
|
String |
type()
Authentication plugin type.
|
String type()
AuthenticationPlugin initialize(String authenticationData, byte[] seed, Configuration conf)
authenticationData - authentication data (password/token)seed - server provided seedconf - Connection optionsdefault boolean requireSsl()
Copyright © 2025 SingleStore. All rights reserved.