org.springframework.ldap.test
Class LdifPopulator
java.lang.Object
org.springframework.ldap.test.LdifPopulator
- All Implemented Interfaces:
- InitializingBean
public class LdifPopulator
- extends Object
- implements InitializingBean
- Since:
- 2.0
- Author:
- Mattias Hellborg Arthursson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdifPopulator
public LdifPopulator()
setContextSource
public void setContextSource(ContextSource contextSource)
setResource
public void setResource(Resource resource)
setBase
public void setBase(String base)
setClean
public void setClean(boolean clean)
setDefaultBase
public void setDefaultBase(String defaultBase)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception