クラス EmbeddedLdapServerFactoryBean

java.lang.ObjectSE
org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean
実装されているすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.BeanClassLoaderAwareorg.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.factory.DisposableBeanorg.springframework.beans.factory.FactoryBean<EmbeddedLdapServer>org.springframework.beans.factory.InitializingBean

public class EmbeddedLdapServerFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
  • コンストラクターの詳細

    • EmbeddedLdapServerFactoryBean

      public EmbeddedLdapServerFactoryBean()
  • メソッドの詳細

    • getObjectType

      public ClassSE<?> getObjectType()
      次で指定:
      インターフェース org.springframework.beans.factory.FactoryBean<EmbeddedLdapServer>getObjectType 
      次で指定:
      クラス org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>getObjectType 
    • setPartitionName

      public void setPartitionName(StringSE partitionName)
    • setPartitionSuffix

      public void setPartitionSuffix(StringSE partitionSuffix)
    • setPort

      public void setPort(int port)
    • createInstance

      protected EmbeddedLdapServer createInstance() throws ExceptionSE
      次で指定:
      クラス org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>createInstance 
      例外:
      ExceptionSE
    • destroyInstance

      protected void destroyInstance(EmbeddedLdapServer instance) throws ExceptionSE
      オーバーライド:
      クラス org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>destroyInstance 
      例外:
      ExceptionSE