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() |
Credential |
get() |
CredentialPlugin |
initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
boolean |
mustUseSsl() |
String |
type() |
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)
initialize in interface CredentialPluginpublic Credential get()
get in interface CredentialPluginCopyright © 2022 SingleStore. All rights reserved.