Package org.apache.directory.server.kerberos.kdc

Provides the entry point to an instance of the KerberosServer (KDC), as well as classes common to the KDC's two services: the Authentication Service (AS) and the Ticket-Granting Service (TGS).

See:
          Description

Class Summary
KdcConfiguration Contains the configuration parameters for the Kerberos protocol provider.
KdcContext  
KerberosServer A wrapper encapsulating configuration, a MINA registry, and a PrincipalStore to implement a complete Kerberos server.
MonitorReply  
MonitorRequest  
SelectEncryptionType  
 

Package org.apache.directory.server.kerberos.kdc Description

Provides the entry point to an instance of the KerberosServer (KDC), as well as classes common to the KDC's two services: the Authentication Service (AS) and the Ticket-Granting Service (TGS). The AS and TGS service implementations follow the Chain of Responsibility pattern, using MINA's IoHandlerChain support. Additionally, there is a third chain for pre-authentication, which is a sub-chain of the Authentication Service.

Classes common to all of the chains provide configuration support, the execution context, chain monitors for logging, and chain "links" (IoHandlerCommand's) for selecting checksum and encryption types.

Version:
$Rev$, $Date$
Author:
Apache Directory Project


Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.