クラス TestContextSourceFactoryBean
java.lang.ObjectSE
org.springframework.beans.factory.config.AbstractFactoryBean
org.springframework.ldap.test.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、org.springframework.beans.factory.InitializingBean
public class TestContextSourceFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
フィールドのサマリー
クラス org.springframework.beans.factory.config.AbstractFactoryBean から継承されたフィールド
loggerインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected ObjectSEprotected voiddestroyInstance(ObjectSE instance) voidsetAuthenticationSource(AuthenticationSource authenticationSource) voidsetBaseOnTarget(boolean baseOnTarget) voidsetContextSource(ContextSource contextSource) voidsetDefaultPartitionName(StringSE defaultPartitionName) voidsetDefaultPartitionSuffix(StringSE defaultPartitionSuffix) voidsetDirObjectFactory(ClassSE dirObjectFactory) voidsetLdifFile(org.springframework.core.io.Resource ldifFile) voidsetPassword(StringSE password) voidsetPooled(boolean pooled) voidsetPort(int port) voidsetPrincipal(StringSE principal) クラス org.springframework.beans.factory.config.AbstractFactoryBean から継承されたメソッド
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
コンストラクターの詳細
TestContextSourceFactoryBean
public TestContextSourceFactoryBean()
メソッドの詳細
setAuthenticationSource
setPooled
public void setPooled(boolean pooled) setDirObjectFactory
setLdifFile
public void setLdifFile(org.springframework.core.io.Resource ldifFile) setBaseOnTarget
public void setBaseOnTarget(boolean baseOnTarget) setDefaultPartitionSuffix
setPrincipal
setPassword
setDefaultPartitionName
setPort
public void setPort(int port) setContextSource
createInstance
- 次で指定:
- クラス
org.springframework.beans.factory.config.AbstractFactoryBeanのcreateInstance - 例外:
ExceptionSE
getObjectType
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBeanのgetObjectType - 次で指定:
- クラス
org.springframework.beans.factory.config.AbstractFactoryBeanのgetObjectType
destroyInstance
- オーバーライド:
- クラス
org.springframework.beans.factory.config.AbstractFactoryBeanのdestroyInstance - 例外:
ExceptionSE