クラス TestContextSourceFactoryBean

java.lang.ObjectSE
org.springframework.beans.factory.config.AbstractFactoryBean<ContextSource>
org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
実装済みのインターフェース一覧:
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<ContextSource>, org.springframework.beans.factory.InitializingBean

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

    • TestContextSourceFactoryBean

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

    • setAuthenticationSource

      public void setAuthenticationSource(AuthenticationSource authenticationSource)
    • setPooled

      public void setPooled(boolean pooled)
    • setDirObjectFactory

      public void setDirObjectFactory(ClassSE<? extends DirObjectFactorySE> dirObjectFactory)
    • setLdifFile

      public void setLdifFile(org.springframework.core.io.Resource ldifFile)
    • setBaseOnTarget

      public void setBaseOnTarget(boolean baseOnTarget)
    • setDefaultPartitionSuffix

      public void setDefaultPartitionSuffix(StringSE defaultPartitionSuffix)
    • setPrincipal

      public void setPrincipal(StringSE principal)
    • setPassword

      public void setPassword(StringSE password)
    • setDefaultPartitionName

      public void setDefaultPartitionName(StringSE defaultPartitionName)
    • setPort

      public void setPort(int port)
    • setContextSource

      public void setContextSource(ContextSource contextSource)
    • createInstance

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

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

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