Uses of Class
org.apache.directory.server.kerberos.kdc.KdcServer

Packages that use KdcServer
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 IoHandler and associated ProtocolCodecFactory required to implement the KDC's Authentication Service (AS) and Ticket-Granting Service (TGS) with the MINA NIO framework. 
 

Uses of KdcServer in org.apache.directory.server.kerberos.kdc
 

Methods in org.apache.directory.server.kerberos.kdc that return KdcServer
 KdcServer KdcContext.getConfig()
           
 

Methods in org.apache.directory.server.kerberos.kdc with parameters of type KdcServer
 void KdcContext.setConfig(KdcServer config)
           
 

Uses of KdcServer in org.apache.directory.server.kerberos.protocol
 

Constructors in org.apache.directory.server.kerberos.protocol with parameters of type KdcServer
KerberosProtocolHandler(KdcServer config, PrincipalStore store)
          Creates a new instance of KerberosProtocolHandler.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.