Class WindowsNativeSspiAuthentication
- java.lang.Object
-
- org.mariadb.jdbc.internal.com.send.authentication.gssapi.WindowsNativeSspiAuthentication
-
- All Implemented Interfaces:
GssapiAuth
public class WindowsNativeSspiAuthentication extends Object implements GssapiAuth
-
-
Constructor Summary
Constructors Constructor Description WindowsNativeSspiAuthentication()
-
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 native windows GSS plugin authentication.
-
-
-
Method Detail
-
authenticate
public void authenticate(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms) throws IOException
Process native windows GSS plugin authentication.- Specified by:
authenticatein interfaceGssapiAuth- Parameters:
out- out streamin- in streamsequence- packet sequenceservicePrincipalName- principal namemechanisms- gssapi mechanism- Throws:
IOException- if socket error
-
-