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
Exception
public static LdapServer getLdapServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort) throws Exception
Exception
public static KdcServer getKdcServer(DirectoryService directoryService, int startPort) throws Exception
Exception
public static KdcServer getKdcServer(org.junit.runner.Description description, DirectoryService directoryService, int startPort) throws Exception
Exception
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.