クラス UnboundIdContainer

java.lang.ObjectSE
org.springframework.security.ldap.server.UnboundIdContainer
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.DisposableBeanorg.springframework.beans.factory.InitializingBeanorg.springframework.context.ApplicationContextAwareorg.springframework.context.LifecycleEmbeddedLdapServerContainer

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

      public UnboundIdContainer(StringSE defaultPartitionSuffix, StringSE ldif)
  • メソッドの詳細

    • getPort

      public int getPort()
      インターフェースからコピーされた説明: EmbeddedLdapServerContainer
      埋め込まれた LDAP サーバーポートを返します。
      次で指定:
      インターフェース EmbeddedLdapServerContainergetPort 
      戻り値:
      組み込み LDAP サーバーポート
    • setPort

      public void setPort(int port)
      インターフェースからコピーされた説明: EmbeddedLdapServerContainer
      接続する組み込み LDAP サーバーポート。ポートとして 0 を指定すると、ランダムに使用可能なポートを選択する必要があることを示します。
      次で指定:
      インターフェース EmbeddedLdapServerContainersetPort 
      パラメーター:
      port - 接続するポート
    • destroy

      public void destroy()
      次で指定:
      インターフェース org.springframework.beans.factory.DisposableBeandestroy 
    • afterPropertiesSet

      public void afterPropertiesSet()
      次で指定:
      インターフェース org.springframework.beans.factory.InitializingBeanafterPropertiesSet 
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.context.ApplicationContextAwaresetApplicationContext 
      例外:
      org.springframework.beans.BeansException
    • start

      public void start()
      次で指定:
      インターフェース org.springframework.context.Lifecyclestart 
    • stop

      public void stop()
      次で指定:
      インターフェース org.springframework.context.Lifecyclestop 
    • isRunning

      public boolean isRunning()
      次で指定:
      インターフェース org.springframework.context.LifecycleisRunning