| 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.kdc.ticketgrant |
Provides the KDC's Ticket-Granting Service (TGS).
|
| org.apache.directory.shared.kerberos.codec.kdcReq | |
| org.apache.directory.shared.kerberos.messages |
| Modifier and Type | Field and Description |
|---|---|
private KdcReq |
KdcContext.request
The request being processed
|
| Modifier and Type | Method and Description |
|---|---|
KdcReq |
KdcContext.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcContext.setRequest(KdcReq request) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TicketGrantingService.processFlags(KerberosConfig config,
KdcReq request,
Ticket tgt,
EncTicketPart newTicketPart) |
private static void |
TicketGrantingService.processTimes(KerberosConfig config,
KdcReq request,
EncTicketPart newTicketPart,
Ticket tgt) |
| Modifier and Type | Field and Description |
|---|---|
private KdcReq |
KdcReqContainer.kdcReq
An KDC-REQ container
|
| Modifier and Type | Method and Description |
|---|---|
KdcReq |
KdcReqContainer.getKdcReq() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqContainer.setKdcReq(KdcReq kdcReq)
Set a KdcReq Object into the container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsReq
AS-REQ message.
|
class |
TgsReq
TGS-REQ message.
|