public class DefaultLdapServerFactory extends java.lang.Object implements LdapServerFactory
| Modifier and Type | Field and Description |
|---|---|
private DirectoryService |
directoryService
The DirectoryService instance
|
private LdapServer |
ldapServer |
| Constructor and Description |
|---|
DefaultLdapServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
getDirectoryService() |
LdapServer |
getLdapServer() |
void |
init() |
void |
setDirectoryService(DirectoryService directoryService) |
private LdapServer ldapServer
private DirectoryService directoryService
public DefaultLdapServerFactory()
throws java.lang.Exception
java.lang.Exceptionpublic void init()
init in interface LdapServerFactorypublic LdapServer getLdapServer()
getLdapServer in interface LdapServerFactorypublic DirectoryService getDirectoryService()
public void setDirectoryService(DirectoryService directoryService)