org.apache.directory.server.factory
Class ServerAnnotationProcessor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerAnnotationProcessor
public ServerAnnotationProcessor()
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.