| 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). |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangePasswordConfig |
| Constructor and Description |
|---|
ChangePasswordConfig(KerberosConfig kdcConfig) |
| 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.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.