Class LdifPopulator
java.lang.Object
org.springframework.ldap.test.unboundid.LdifPopulator
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class LdifPopulator
extends Object
implements org.springframework.beans.factory.InitializingBean
- Since:
- 2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
setClean
(boolean clean) void
setContextSource
(ContextSource contextSource) void
setDefaultBase
(String defaultBase) void
setResource
(org.springframework.core.io.Resource resource)
-
Constructor Details
-
LdifPopulator
public LdifPopulator()
-
-
Method Details
-
setContextSource
-
setResource
public void setResource(org.springframework.core.io.Resource resource) -
setBase
-
setClean
public void setClean(boolean clean) -
setDefaultBase
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-