public class EmbeddedLdapServerFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
Constructor and Description |
---|
EmbeddedLdapServerFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected EmbeddedLdapServer |
createInstance() |
protected void |
destroyInstance(EmbeddedLdapServer instance) |
Class<?> |
getObjectType() |
void |
setPartitionName(String partitionName) |
void |
setPartitionSuffix(String partitionSuffix) |
void |
setPort(int port) |
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<EmbeddedLdapServer>
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
public void setPartitionName(String partitionName)
public void setPartitionSuffix(String partitionSuffix)
public void setPort(int port)
protected EmbeddedLdapServer createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
Exception
protected void destroyInstance(EmbeddedLdapServer instance) throws Exception
destroyInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
Exception