public class TestContextSourceFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
Constructor and Description |
---|
TestContextSourceFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
protected void |
destroyInstance(Object instance) |
Class |
getObjectType() |
void |
setAuthenticationSource(AuthenticationSource authenticationSource) |
void |
setBaseOnTarget(boolean baseOnTarget) |
void |
setContextSource(ContextSource contextSource) |
void |
setDefaultPartitionName(String defaultPartitionName) |
void |
setDefaultPartitionSuffix(String defaultPartitionSuffix) |
void |
setDirObjectFactory(Class 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 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 Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean