public class ClearPasswordPluginFactory extends Object implements AuthenticationPluginFactory
| Constructor and Description |
|---|
ClearPasswordPluginFactory() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPlugin |
initialize(String authenticationData,
byte[] seed,
Configuration conf)
Initialization.
|
boolean |
requireSsl()
Authentication plugin required SSL to be used
|
String |
type()
Authentication plugin type.
|
public static final String TYPE
public 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 optionspublic boolean requireSsl()
AuthenticationPluginFactoryrequireSsl in interface AuthenticationPluginFactoryCopyright © 2025 SingleStore. All rights reserved.