public class SendGssApiAuthPacket extends Object implements AuthenticationPlugin
Constructor and Description |
---|
SendGssApiAuthPacket(byte[] authData,
String servicePrincipalName) |
Modifier and Type | Method and Description |
---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process gssapi plugin authentication.
|
public SendGssApiAuthPacket(byte[] authData, String servicePrincipalName)
public Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException, SQLException
process
in interface AuthenticationPlugin
out
- out streamin
- in streamsequence
- packet sequenceIOException
- if socket errorSQLException
- if plugin exceptionCopyright © 2019 mariadb.org. All rights reserved.