org.springframework.ldap
Class ConfigEnvHelper

java.lang.Object
  extended by 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)
           
 
Method Summary
 void afterPropertiesSet()
           
 Hashtable getEnv()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEnvHelper

public ConfigEnvHelper(Hashtable initialEnv,
                       org.apache.directory.server.configuration.MutableServerStartupConfiguration configuration)
Method Detail

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.