Class StandardGssapiAuthentication
- java.lang.Object
-
- org.mariadb.jdbc.internal.com.send.authentication.gssapi.StandardGssapiAuthentication
-
- All Implemented Interfaces:
GssapiAuth
public class StandardGssapiAuthentication extends Object implements GssapiAuth
-
-
Constructor Summary
Constructors Constructor Description StandardGssapiAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticate(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms)Process default GSS plugin authentication.
-
-
-
Method Detail
-
authenticate
public void authenticate(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms) throws SQLException, IOException
Process default GSS plugin authentication.- Specified by:
authenticatein interfaceGssapiAuth- Parameters:
out- out streamin- in streamsequence- packet sequenceservicePrincipalName- service principal namemechanisms- gssapi mechanism- Throws:
IOException- if socket errorSQLException- in any Exception occur
-
-