public class BrowserCredentialPlugin extends Object implements CredentialPlugin
| Modifier and Type | Field and Description |
|---|---|
protected BrowserCredentialGenerator |
generator |
| Constructor and Description |
|---|
BrowserCredentialPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearKeyring() |
void |
clearLocalCache() |
String |
defaultAuthenticationPluginType()
Indicate authentication plugin type to use for authentication
|
Credential |
get() |
CredentialPlugin |
initialize(Configuration conf,
String userName,
HostAddress hostAddress)
Permit initializing plugin if overridden
|
boolean |
mustUseSsl()
Indicate if plugin must throw an error if SSL is not enabled
|
String |
type()
credential identifier
|
protected BrowserCredentialGenerator generator
public String type()
CredentialPlugintype in interface CredentialPluginpublic boolean mustUseSsl()
CredentialPluginmustUseSsl in interface CredentialPluginpublic String defaultAuthenticationPluginType()
CredentialPlugindefaultAuthenticationPluginType in interface CredentialPluginpublic CredentialPlugin initialize(Configuration conf, String userName, HostAddress hostAddress) throws SQLException
CredentialPlugininitialize in interface CredentialPluginconf - configurationuserName - userhostAddress - host informationSQLException - if any error occurspublic Credential get() throws SQLException
get in interface CredentialPluginSQLExceptionpublic void clearLocalCache()
public void clearKeyring()
Copyright © 2025 SingleStore. All rights reserved.