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 GssapiAuthout - out streamin - in streamsequence - packet sequenceservicePrincipalName - principal namemechanisms - gssapi mechanismIOException - if socket errorCopyright © 2020 mariadb.com. All rights reserved.