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() |
Credential |
get() |
CredentialPlugin |
initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
boolean |
mustUseSsl() |
String |
type() |
protected BrowserCredentialGenerator generator
public String type()
type in interface CredentialPluginpublic boolean mustUseSsl()
mustUseSsl in interface CredentialPluginpublic String defaultAuthenticationPluginType()
defaultAuthenticationPluginType in interface CredentialPluginpublic CredentialPlugin initialize(Configuration conf, String userName, HostAddress hostAddress) throws SQLException
initialize in interface CredentialPluginSQLExceptionpublic Credential get() throws SQLException
get in interface CredentialPluginSQLExceptionpublic void clearLocalCache()
public void clearKeyring()
Copyright © 2022 SingleStore. All rights reserved.