public abstract class AbstractLdapTestUnit extends Object
Modifier and Type | Field and Description |
---|---|
static KdcServer |
kdcServer
The used KdcServer instance
|
static LdapServer |
ldapServer
The used LdapServer instance
|
static DirectoryService |
service
The used DirectoryService instance
|
Constructor and Description |
---|
AbstractLdapTestUnit() |
Modifier and Type | Method and Description |
---|---|
static KdcServer |
getKdcServer() |
static LdapServer |
getLdapServer() |
static DirectoryService |
getService() |
static void |
setKdcServer(KdcServer kdcServer) |
static void |
setLdapServer(LdapServer ldapServer) |
static void |
setService(DirectoryService service) |
public static DirectoryService service
public static LdapServer ldapServer
public static KdcServer kdcServer
public static DirectoryService getService()
public static void setService(DirectoryService service)
public static LdapServer getLdapServer()
public static void setLdapServer(LdapServer ldapServer)
public static KdcServer getKdcServer()
public static void setKdcServer(KdcServer kdcServer)
Copyright © 2018. All rights reserved.