public class StandardGssapiAuthentication extends Object implements GssapiAuth
| Constructor and Description |
|---|
StandardGssapiAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(Writer out,
Reader in,
String servicePrincipalName,
String jaasApplicationName,
String mechanisms)
Process default GSS plugin authentication.
|
public void authenticate(Writer out, Reader in, String servicePrincipalName, String jaasApplicationName, String mechanisms) throws SQLException, IOException
authenticate in interface GssapiAuthout - out streamin - in streamservicePrincipalName - service principal namejaasApplicationName - entry name in JAAS Login Configuration Filemechanisms - gssapi mechanismIOException - if socket errorSQLException - in any Exception occurCopyright © 2025 SingleStore. All rights reserved.