public class ServerAnnotationProcessor extends Object
| Constructor and Description |
|---|
ServerAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static LdapServer getLdapServer(DirectoryService directoryService, int startPort) throws Exception
Exceptionpublic static LdapServer getLdapServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort) throws Exception
Exceptionpublic static KdcServer getKdcServer(DirectoryService directoryService, int startPort) throws Exception
Exceptionpublic static KdcServer getKdcServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort) throws Exception
ExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.