| Package | Description |
|---|---|
| org.apache.directory.server.kerberos | |
| 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangePasswordConfig |
| Constructor and Description |
|---|
ChangePasswordConfig(KerberosConfig kdcConfig) |
| Modifier and Type | Field and Description |
|---|---|
private KerberosConfig |
KdcServer.config |
private KerberosConfig |
KdcContext.config
The KDC server configuration
|
| Modifier and Type | Method and Description |
|---|---|
KerberosConfig |
KdcServer.getConfig() |
KerberosConfig |
KdcContext.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcContext.setConfig(KerberosConfig config) |
| Constructor and Description |
|---|
KdcServer(KerberosConfig config)
Creates a new instance of KdcServer with the given config.
|
| 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) |