public class SendPamAuthPacket extends Object implements AuthenticationPlugin
| 构造器和说明 |
|---|
SendPamAuthPacket() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize(String authenticationData,
byte[] seed,
Options options)
Initialization.
|
String |
name()
Authentication plugin name.
|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process PAM plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-pam/
|
String |
type()
Authentication plugin type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmustUseSslpublic String name()
AuthenticationPluginname 在接口中 AuthenticationPluginpublic String type()
AuthenticationPlugintype 在接口中 AuthenticationPluginpublic void initialize(String authenticationData, byte[] seed, Options options)
initialize 在接口中 AuthenticationPluginauthenticationData - authentication data (password/token)seed - server provided seedoptions - Connection string optionspublic Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException, SQLException
process 在接口中 AuthenticationPluginout - out streamin - in streamsequence - packet sequenceIOException - if socket errorSQLException - if plugin exceptionCopyright © 2024 oceanbase.com. All rights reserved.