public class StandardGssapiAuthentication extends Object implements GssapiAuth
| Constructor and Description |
|---|
StandardGssapiAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(PacketWriter out,
PacketReader in,
String servicePrincipalName,
String mechanisms)
Process default GSS plugin authentication.
|
public void authenticate(PacketWriter out, PacketReader in, String servicePrincipalName, String mechanisms) throws SQLException, IOException
authenticate in interface GssapiAuthout - out streamin - in streamservicePrincipalName - service principal namemechanisms - gssapi mechanismIOException - if socket errorSQLException - in any Exception occurCopyright © 2023 SingleStore. All rights reserved.