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

Packages that use KdcConfiguration
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). 
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 KdcConfiguration in org.apache.directory.server.kerberos.kdc
 

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

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

Constructors in org.apache.directory.server.kerberos.kdc with parameters of type KdcConfiguration
KerberosServer(KdcConfiguration config, org.apache.mina.common.IoAcceptor acceptor, org.apache.mina.common.IoServiceConfig serviceConfig, org.apache.directory.server.kerberos.shared.store.PrincipalStore store)
          Creates a new instance of KerberosServer.
 

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

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



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