public class StandardGssapiAuthentication extends Object implements GssapiAuth
| 构造器和说明 |
|---|
StandardGssapiAuthentication() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 GssapiAuthout - out streamin - in streamsequence - packet sequenceservicePrincipalName - service principal namemechanisms - gssapi mechanismIOException - if socket errorSQLException - in any Exception occurCopyright © 2024 oceanbase.com. All rights reserved.