Class SendGssApiAuthPacket
java.lang.Object
org.mariadb.jdbc.internal.com.send.authentication.SendGssApiAuthPacket
- All Implemented Interfaces:
AuthenticationPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process gssapi plugin authentication.
-
Field Details
-
gssapiAuth
-
authData
private byte[] authData -
optionServicePrincipalName
-
-
Constructor Details
-
SendGssApiAuthPacket
-
-
Method Details
-
process
public Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException, SQLException Process gssapi plugin authentication. see https://mariadb.com/kb/en/library/authentication-plugin-gssapi/- Specified by:
process
in interfaceAuthenticationPlugin
- Parameters:
out
- out streamin
- in streamsequence
- packet sequence- Returns:
- response packet
- Throws:
IOException
- if socket errorSQLException
- if plugin exception
-