org.apache.directory.server.factory
Class ServerAnnotationProcessor

java.lang.Object
  extended by org.apache.directory.server.factory.ServerAnnotationProcessor

public class ServerAnnotationProcessor
extends java.lang.Object

Annotation processor for creating LDAP and Kerberos servers.

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

Constructor Summary
ServerAnnotationProcessor()
           
 
Method Summary
static KdcServer getKdcServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort)
           
static KdcServer getKdcServer(DirectoryService directoryService, int startPort)
           
static LdapServer getLdapServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort)
           
static LdapServer getLdapServer(DirectoryService directoryService, int startPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerAnnotationProcessor

public ServerAnnotationProcessor()
Method Detail

getLdapServer

public static LdapServer getLdapServer(DirectoryService directoryService,
                                       int startPort)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getLdapServer

public static LdapServer getLdapServer(org.junit.runner.Description description,
                                       DirectoryService directoryService,
                                       int startPort)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getKdcServer

public static KdcServer getKdcServer(DirectoryService directoryService,
                                     int startPort)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getKdcServer

public static KdcServer getKdcServer(org.junit.runner.Description description,
                                     DirectoryService directoryService,
                                     int startPort)
                              throws java.lang.Exception
Throws:
java.lang.Exception


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