クラス EmbeddedLdapAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
実装されているすべてのインターフェース:
DisposableBean

@AutoConfiguration(before=LdapAutoConfiguration.class) @EnableConfigurationProperties({LdapProperties.class,EmbeddedLdapProperties.class}) @ConditionalOnClass(com.unboundid.ldap.listener.InMemoryDirectoryServer.class) @Conditional(org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration.EmbeddedLdapCondition.class) @ImportRuntimeHints(org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration.EmbeddedLdapAutoConfigurationRuntimeHints.class) public class EmbeddedLdapAutoConfiguration extends ObjectSE implements DisposableBean
組み込み LDAP 用の Auto-configuration
導入:
1.5.0
作成者:
Edd ú Mel é ndez, Mathieu Ouellet, Raja Kolli
  • コンストラクターの詳細

    • EmbeddedLdapAutoConfiguration

      public EmbeddedLdapAutoConfiguration(EmbeddedLdapProperties embeddedProperties)
  • メソッドの詳細

    • directoryServer

      @Bean public com.unboundid.ldap.listener.InMemoryDirectoryServer directoryServer(ApplicationContext applicationContext) throws com.unboundid.ldap.sdk.LDAPException
      例外:
      com.unboundid.ldap.sdk.LDAPException
    • destroy

      public void destroy() throws ExceptionSE
      次で指定:
      インターフェース DisposableBeandestroy 
      例外:
      ExceptionSE