public class SendPamAuthPacket extends Object implements AuthenticationPlugin
| Modifier and Type | Class and Description |
|---|---|
class |
SendPamAuthPacket.RequestFocusListener
Force focus to input field.
|
| Constructor and Description |
|---|
SendPamAuthPacket(String password,
byte[] authData,
String passwordCharacterEncoding)
Pam plugin contrusctor.
|
| Modifier and Type | Method and Description |
|---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process PAM plugin authentication.
|
public Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException, SQLException
process in interface AuthenticationPluginout - out streamin - in streamsequence - packet sequenceIOException - if socket errorSQLException - if plugin exceptionCopyright © 2019 mariadb.org. All rights reserved.