public class TestContextSourceFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<ContextSource>
Constructor and Description |
---|
TestContextSourceFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected ContextSource |
createInstance() |
protected void |
destroyInstance(ContextSource instance) |
Class<ContextSource> |
getObjectType() |
void |
setAuthenticationSource(AuthenticationSource authenticationSource) |
void |
setBaseOnTarget(boolean baseOnTarget) |
void |
setContextSource(ContextSource contextSource) |
void |
setDefaultPartitionName(String defaultPartitionName) |
void |
setDefaultPartitionSuffix(String defaultPartitionSuffix) |
void |
setDirObjectFactory(Class<? extends DirObjectFactory> dirObjectFactory) |
void |
setLdifFile(org.springframework.core.io.Resource ldifFile) |
void |
setPassword(String password) |
void |
setPooled(boolean pooled) |
void |
setPort(int port) |
void |
setPrincipal(String principal) |
public void setAuthenticationSource(AuthenticationSource authenticationSource)
public void setPooled(boolean pooled)
public void setDirObjectFactory(Class<? extends DirObjectFactory> dirObjectFactory)
public void setLdifFile(org.springframework.core.io.Resource ldifFile)
public void setBaseOnTarget(boolean baseOnTarget)
public void setDefaultPartitionSuffix(String defaultPartitionSuffix)
public void setPrincipal(String principal)
public void setPassword(String password)
public void setDefaultPartitionName(String defaultPartitionName)
public void setPort(int port)
public void setContextSource(ContextSource contextSource)
protected ContextSource createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean<ContextSource>
Exception
public Class<ContextSource> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<ContextSource>
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean<ContextSource>
protected void destroyInstance(ContextSource instance) throws Exception
destroyInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean<ContextSource>
Exception