クラス 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
メソッドの詳細
getPort
public int getPort()インターフェースからコピーされた説明:EmbeddedLdapServerContainer
埋め込まれた LDAP サーバーポートを返します。- 次で指定:
- インターフェース
EmbeddedLdapServerContainer
のgetPort
- 戻り値:
- 組み込み LDAP サーバーポート
setPort
public void setPort(int port) インターフェースからコピーされた説明:EmbeddedLdapServerContainer
接続する組み込み LDAP サーバーポート。ポートとして 0 を指定すると、ランダムに使用可能なポートを選択する必要があることを示します。- 次で指定:
- インターフェース
EmbeddedLdapServerContainer
のsetPort
- パラメーター:
port
- 接続するポート
destroy
public void destroy()- 次で指定:
- インターフェース
org.springframework.beans.factory.DisposableBean
のdestroy
afterPropertiesSet
public void afterPropertiesSet()- 次で指定:
- インターフェース
org.springframework.beans.factory.InitializingBean
のafterPropertiesSet
setApplicationContext
public void setApplicationContext(@NonNull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.context.ApplicationContextAware
のsetApplicationContext
- 例外:
org.springframework.beans.BeansException
start
public void start()- 次で指定:
- インターフェース
org.springframework.context.Lifecycle
のstart
stop
public void stop()- 次で指定:
- インターフェース
org.springframework.context.Lifecycle
のstop
isRunning
public boolean isRunning()- 次で指定:
- インターフェース
org.springframework.context.Lifecycle
のisRunning