public class JwtCredentialPlugin extends Object implements CredentialPlugin
The token is sent via Cleartext plugin, so SSL has to be enabled
| Constructor and Description |
|---|
JwtCredentialPlugin() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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)
CredentialPlugininitialize in interface CredentialPluginconf - configurationuserName - userhostAddress - host informationpublic Credential get()
get in interface CredentialPluginCopyright © 2025 SingleStore. All rights reserved.