クラス UnboundIdContainer
java.lang.ObjectSE
org.springframework.security.ldap.server.UnboundIdContainer
- 実装されているすべてのインターフェース:
- org.springframework.beans.factory.Aware、- org.springframework.beans.factory.DisposableBean、- org.springframework.beans.factory.InitializingBean、- org.springframework.context.ApplicationContextAware、- org.springframework.context.Lifecycle、- EmbeddedLdapServerContainer
public class UnboundIdContainer
extends ObjectSE
implements EmbeddedLdapServerContainer, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle, org.springframework.context.ApplicationContextAware
- コンストラクターの詳細- UnboundIdContainer
 
- メソッドの詳細- getPortpublic int getPort()インターフェースからコピーされた説明:- EmbeddedLdapServerContainer埋め込まれた LDAP サーバーポートを返します。- 次で指定:
-  インターフェース EmbeddedLdapServerContainerのgetPort
- 戻り値:
- 組み込み LDAP サーバーポート
 
- setPortpublic void setPort- (int port) インターフェースからコピーされた説明:- EmbeddedLdapServerContainer接続する組み込み LDAP サーバーポート。ポートとして 0 を指定すると、ランダムに使用可能なポートを選択する必要があることを示します。- 次で指定:
-  インターフェース EmbeddedLdapServerContainerのsetPort
- パラメーター:
- port- 接続するポート
 
- destroypublic void destroy()- 次で指定:
-  インターフェース org.springframework.beans.factory.DisposableBeanのdestroy
 
- afterPropertiesSetpublic void afterPropertiesSet()- 次で指定:
-  インターフェース org.springframework.beans.factory.InitializingBeanのafterPropertiesSet
 
- setApplicationContextpublic void setApplicationContext- (@NonNull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 次で指定:
-  インターフェース org.springframework.context.ApplicationContextAwareのsetApplicationContext
- 例外:
- org.springframework.beans.BeansException
 
- startpublic void start()- 次で指定:
-  インターフェース org.springframework.context.Lifecycleのstart
 
- stoppublic void stop()- 次で指定:
-  インターフェース org.springframework.context.Lifecycleのstop
 
- isRunningpublic boolean isRunning()- 次で指定:
-  インターフェース org.springframework.context.LifecycleのisRunning