public abstract class GssapiAuth extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
packSeq |
protected PacketInputStream |
reader |
Constructor and Description |
---|
GssapiAuth(PacketInputStream reader,
int packSeq) |
Modifier and Type | Method and Description |
---|---|
abstract void |
authenticate(PacketOutputStream writer,
String serverPrincipalName,
String mechanisms) |
protected final PacketInputStream reader
protected int packSeq
public GssapiAuth(PacketInputStream reader, int packSeq)
public abstract void authenticate(PacketOutputStream writer, String serverPrincipalName, String mechanisms) throws SQLException, IOException
SQLException
IOException
Copyright © 2017. All rights reserved.