Package | Description |
---|---|
org.apache.directory.server.core.integ | |
org.apache.directory.server.factory | |
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.protocol |
Provides the
org.apache.mina.common.IoHandler and associated ProtocolCodecFactory
required to implement the KDC's Authentication Service (AS) and
Ticket-Granting Service (TGS) with the MINA NIO framework. |
Modifier and Type | Field and Description |
---|---|
static KdcServer |
AbstractLdapTestUnit.kdcServer
The used KdcServer instance
|
Modifier and Type | Method and Description |
---|---|
static KdcServer |
ServerAnnotationProcessor.getKdcServer(org.junit.runner.Description description,
DirectoryService directoryService,
int startPort) |
static KdcServer |
ServerAnnotationProcessor.getKdcServer(DirectoryService directoryService,
int startPort) |
Modifier and Type | Method and Description |
---|---|
KdcServer |
KdcContext.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
KdcContext.setConfig(KdcServer config) |
Constructor and Description |
---|
KerberosProtocolHandler(KdcServer config,
PrincipalStore store)
Creates a new instance of KerberosProtocolHandler.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.