クラス 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>
フィールド概要
クラス org.springframework.beans.factory.config.AbstractFactoryBean から継承されたフィールド
loggerインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明protected ContextSourceprotected voiddestroyInstance(ContextSource instance) voidsetAuthenticationSource(AuthenticationSource authenticationSource) voidsetBaseOnTarget(boolean baseOnTarget) voidsetContextSource(ContextSource contextSource) voidsetDefaultPartitionName(StringSE defaultPartitionName) voidsetDefaultPartitionSuffix(StringSE defaultPartitionSuffix) voidsetDirObjectFactory(ClassSE<? extends DirObjectFactorySE> 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<ContextSource>のcreateInstance - 例外:
ExceptionSE
getObjectType
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBean<ContextSource>のgetObjectType - 次で指定:
- クラス
org.springframework.beans.factory.config.AbstractFactoryBean<ContextSource>のgetObjectType
destroyInstance
- オーバーライド:
- クラス
org.springframework.beans.factory.config.AbstractFactoryBean<ContextSource>のdestroyInstance - 例外:
ExceptionSE