Class EmbeddedLdapServerFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<EmbeddedLdapServer>, org.springframework.beans.factory.InitializingBean

public class EmbeddedLdapServerFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
  • Constructor Details

    • EmbeddedLdapServerFactoryBean

      public EmbeddedLdapServerFactoryBean()
  • Method Details

    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<EmbeddedLdapServer>
      Specified by:
      getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
    • setPartitionName

      public void setPartitionName(String partitionName)
    • setPartitionSuffix

      public void setPartitionSuffix(String partitionSuffix)
    • setPort

      public void setPort(int port)
    • createInstance

      protected EmbeddedLdapServer createInstance() throws Exception
      Specified by:
      createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
      Throws:
      Exception
    • destroyInstance

      protected void destroyInstance(EmbeddedLdapServer instance) throws Exception
      Overrides:
      destroyInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
      Throws:
      Exception