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