org.apache.directory.server.factory
Class DefaultLdapServerFactory
java.lang.Object
org.apache.directory.server.factory.DefaultLdapServerFactory
- All Implemented Interfaces:
- LdapServerFactory
public class DefaultLdapServerFactory
- extends Object
- implements LdapServerFactory
The default LdapServer factory
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLdapServerFactory
public DefaultLdapServerFactory()
throws Exception
- Throws:
Exception
init
public void init()
- Specified by:
init in interface LdapServerFactory
getLdapServer
public org.apache.directory.server.ldap.LdapServer getLdapServer()
- Specified by:
getLdapServer in interface LdapServerFactory
getDirectoryService
public org.apache.directory.server.core.api.DirectoryService getDirectoryService()
- Returns:
- the directoryService
setDirectoryService
public void setDirectoryService(org.apache.directory.server.core.api.DirectoryService directoryService)
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.