public class Ed25519PasswordPluginFactory extends Object implements AuthenticationPluginFactory
| Constructor and Description |
|---|
Ed25519PasswordPluginFactory() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPlugin |
initialize(String authenticationData,
byte[] seed,
Configuration conf)
Plugin initialization.
|
String |
type()
Authentication plugin type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireSslpublic String type()
AuthenticationPluginFactorytype in interface AuthenticationPluginFactorypublic AuthenticationPlugin initialize(String authenticationData, byte[] seed, Configuration conf)
AuthenticationPluginFactoryinitialize in interface AuthenticationPluginFactoryauthenticationData - authentication data (password/token)seed - server provided seedconf - Connection optionsCopyright © 2025 SingleStore. All rights reserved.