public abstract class AbstractLdapTestUnit extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.directory.server.kerberos.kdc.KdcServer |
kdcServer
The used KdcServer instance
|
static org.apache.directory.server.ldap.LdapServer |
ldapServer
The used LdapServer instance
|
static org.apache.directory.server.core.api.DirectoryService |
service
The used DirectoryService instance
|
| Constructor and Description |
|---|
AbstractLdapTestUnit() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.directory.server.kerberos.kdc.KdcServer |
getKdcServer() |
static org.apache.directory.server.ldap.LdapServer |
getLdapServer() |
static org.apache.directory.server.core.api.DirectoryService |
getService() |
static void |
setKdcServer(org.apache.directory.server.kerberos.kdc.KdcServer kdcServer) |
static void |
setLdapServer(org.apache.directory.server.ldap.LdapServer ldapServer) |
static void |
setService(org.apache.directory.server.core.api.DirectoryService service) |
public static org.apache.directory.server.core.api.DirectoryService service
public static org.apache.directory.server.ldap.LdapServer ldapServer
public static org.apache.directory.server.kerberos.kdc.KdcServer kdcServer
public static org.apache.directory.server.core.api.DirectoryService getService()
public static void setService(org.apache.directory.server.core.api.DirectoryService service)
public static org.apache.directory.server.ldap.LdapServer getLdapServer()
public static void setLdapServer(org.apache.directory.server.ldap.LdapServer ldapServer)
public static org.apache.directory.server.kerberos.kdc.KdcServer getKdcServer()
public static void setKdcServer(org.apache.directory.server.kerberos.kdc.KdcServer kdcServer)
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.