クラス 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(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