Package | Description |
---|---|
org.apache.directory.server.kerberos.kdc |
Provides the entry point to an instance of the
KdcServer
(KDC), as well as classes common to the KDC's two services: the
Authentication Service (AS) and the Ticket-Granting Service (TGS). |
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
Modifier and Type | Method and Description |
---|---|
KdcRequest |
KdcContext.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
KdcContext.setRequest(KdcRequest request) |
Modifier and Type | Method and Description |
---|---|
KdcRequest |
KdcRequestDecoder.decode(ByteBuffer in)
Decodes a
ByteBuffer into a KdcRequest . |
Modifier and Type | Method and Description |
---|---|
void |
KdcRequestEncoder.encode(KdcRequest request,
ByteBuffer out)
Encodes a
KdcRequest into a ByteBuffer . |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.