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