public class StandardGssapiAuthentication extends Object implements GssapiAuth
| Constructor and Description |
|---|
StandardGssapiAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence,
String servicePrincipalName,
String mechanisms)
Process default GSS plugin authentication.
|
public void authenticate(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence, String servicePrincipalName, String mechanisms) throws SQLException, IOException
authenticate in interface GssapiAuthout - out streamin - in streamsequence - packet sequenceservicePrincipalName - service principal namemechanisms - gssapi mechanismIOException - if socket errorSQLException - in any Exception occurCopyright © 2022 oceanbase.com. All rights reserved.