org.springframework.ldap
Class ConfigEnvHelper
java.lang.Object
org.springframework.ldap.ConfigEnvHelper
- All Implemented Interfaces:
- InitializingBean
public class ConfigEnvHelper
- extends Object
- implements InitializingBean
Helper class to simplify Spring configuration of ApacheDS.
- Author:
- Mattias Arthursson
Constructor Summary |
ConfigEnvHelper(Hashtable initialEnv,
org.apache.directory.server.configuration.MutableServerStartupConfiguration configuration)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigEnvHelper
public ConfigEnvHelper(Hashtable initialEnv,
org.apache.directory.server.configuration.MutableServerStartupConfiguration configuration)
getEnv
public Hashtable getEnv()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
Copyright © 2006-2011 Spring Framework. All Rights Reserved.