クラス EmbeddedLdapServerFactoryBean

java.lang.ObjectSE
org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer>
org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean
実装済みのインターフェース一覧:
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>
  • コンストラクターの詳細

    • 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(@Nullable EmbeddedLdapServer instance) throws ExceptionSE
      オーバーライド:
      クラス org.springframework.beans.factory.config.AbstractFactoryBean<EmbeddedLdapServer> の destroyInstance 
      例外:
      ExceptionSE