Class WindowsNativeSspiAuthentication
- java.lang.Object
-
- org.mariadb.jdbc.plugin.authentication.addon.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(PacketWriter out, PacketReader in, String servicePrincipalName, String mechanisms)Process native windows GSS plugin authentication.
-
-
-
Method Detail
-
authenticate
public void authenticate(PacketWriter out, PacketReader in, String servicePrincipalName, String mechanisms) throws IOException
Process native windows GSS plugin authentication.- Specified by:
authenticatein interfaceGssapiAuth- Parameters:
out- out streamin- in streamservicePrincipalName- principal namemechanisms- gssapi mechanism- Throws:
IOException- if socket error
-
-