public class SendPamAuthPacketFactory extends Object implements AuthenticationPluginFactory
| Constructor and Description |
|---|
SendPamAuthPacketFactory() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPlugin |
initialize(String authenticationData,
byte[] seed,
Configuration conf)
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)
initialize in interface AuthenticationPluginFactoryauthenticationData - authentication data (password/token)seed - server provided seedconf - Connection string optionsCopyright © 2025 SingleStore. All rights reserved.