クラス TestContextSourceFactoryBean

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

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

    • TestContextSourceFactoryBean

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

    • setAuthenticationSource

      public void setAuthenticationSource(AuthenticationSource authenticationSource)
    • setPooled

      public void setPooled(boolean pooled)
    • setDirObjectFactory

      public void setDirObjectFactory(ClassSE 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 ObjectSE createInstance() throws ExceptionSE
      次で指定:
      クラス org.springframework.beans.factory.config.AbstractFactoryBeancreateInstance 
      例外:
      ExceptionSE
    • getObjectType

      public ClassSE getObjectType()
      次で指定:
      インターフェース org.springframework.beans.factory.FactoryBeangetObjectType 
      次で指定:
      クラス org.springframework.beans.factory.config.AbstractFactoryBeangetObjectType 
    • destroyInstance

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