public class KdcHandler extends Object
| Constructor and Description |
|---|
KdcHandler(KdcContext kdcContext)
Constructor with kdc context.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
handleMessage(ByteBuffer receivedMessage,
boolean isTcp,
InetAddress remoteAddress)
Process the client request message.
|
public KdcHandler(KdcContext kdcContext)
kdcContext - kdc contextpublic ByteBuffer handleMessage(ByteBuffer receivedMessage, boolean isTcp, InetAddress remoteAddress) throws KrbException
receivedMessage - The client request messageisTcp - whether the protocol is tcpremoteAddress - Address from remote sideKrbException - eCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.