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

Packages that use KdcServer
org.apache.directory.server.config   
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. 
 

Uses of KdcServer in org.apache.directory.server.config
 

Methods in org.apache.directory.server.config that return KdcServer
 KdcServer ConfigPartitionReader.getKdcServer()
           
 

Uses of KdcServer in org.apache.directory.server.core.integ
 

Fields in org.apache.directory.server.core.integ declared as KdcServer
static KdcServer AbstractLdapTestUnit.kdcServer
          The used KdcServer instance
 

Uses of KdcServer in org.apache.directory.server.factory
 

Methods in org.apache.directory.server.factory that return KdcServer
static KdcServer ServerAnnotationProcessor.getKdcServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort)
           
static KdcServer ServerAnnotationProcessor.getKdcServer(DirectoryService directoryService, int startPort)
           
 

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-2011 Apache Software Foundation. All Rights Reserved.