public class WindowsNativeSspiAuthentication extends Object implements GssapiAuth
Constructor and Description |
---|
WindowsNativeSspiAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
authenticate(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence,
String servicePrincipalName,
String mechanisms)
Process native windows GSS plugin authentication.
|
public void authenticate(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms) throws IOException
authenticate
in interface GssapiAuth
out
- out streamin
- in streamsequence
- packet sequenceservicePrincipalName
- principal namemechanisms
- gssapi mechanismIOException
- if socket errorCopyright © 2019 mariadb.org. All rights reserved.