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 GssapiAuth
out
- out streamin
- in streamsequence
- packet sequenceservicePrincipalName
- service principal namemechanisms
- gssapi mechanismIOException
- if socket errorSQLException
- in any Exception occurCopyright © 2020 mariadb.com. All rights reserved.