Class TestContextSourceFactoryBean

  • 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, org.springframework.beans.factory.InitializingBean

    public class TestContextSourceFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean
    • Field Summary

      • Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

        logger
      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Constructor Detail

      • TestContextSourceFactoryBean

        public TestContextSourceFactoryBean()
    • Method Detail

      • setAuthenticationSource

        public void setAuthenticationSource​(AuthenticationSource authenticationSource)
      • setPooled

        public void setPooled​(boolean pooled)
      • setDirObjectFactory

        public void setDirObjectFactory​(java.lang.Class dirObjectFactory)
      • setLdifFile

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

        public void setBaseOnTarget​(boolean baseOnTarget)
      • setDefaultPartitionSuffix

        public void setDefaultPartitionSuffix​(java.lang.String defaultPartitionSuffix)
      • setPrincipal

        public void setPrincipal​(java.lang.String principal)
      • setPassword

        public void setPassword​(java.lang.String password)
      • setDefaultPartitionName

        public void setDefaultPartitionName​(java.lang.String defaultPartitionName)
      • setPort

        public void setPort​(int port)
      • setContextSource

        public void setContextSource​(ContextSource contextSource)
      • createInstance

        protected java.lang.Object createInstance()
                                           throws java.lang.Exception
        Specified by:
        createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
        Throws:
        java.lang.Exception
      • getObjectType

        public java.lang.Class getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean
      • destroyInstance

        protected void destroyInstance​(java.lang.Object instance)
                                throws java.lang.Exception
        Overrides:
        destroyInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
        Throws:
        java.lang.Exception