@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value={LdapProperties.class,EmbeddedLdapProperties.class}) @AutoConfigureBefore(value=LdapAutoConfiguration.class) @ConditionalOnClass(value=com.unboundid.ldap.listener.InMemoryDirectoryServer.class) @Conditional(value=org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration.EmbeddedLdapCondition.class) public class EmbeddedLdapAutoConfiguration extends ObjectSE
Auto-configuration。| コンストラクターと説明 |
|---|
EmbeddedLdapAutoConfiguration(EmbeddedLdapProperties embeddedProperties) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | close() |
com.unboundid.ldap.listener.InMemoryDirectoryServer | directoryServer(org.springframework.context.ApplicationContext applicationContext) |
org.springframework.ldap.core.support.LdapContextSource | ldapContextSource(org.springframework.core.env.Environment environment, LdapProperties properties) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic EmbeddedLdapAutoConfiguration(EmbeddedLdapProperties embeddedProperties)
@Bean @DependsOn(value="directoryServer") @ConditionalOnMissingBean public org.springframework.ldap.core.support.LdapContextSource ldapContextSource(org.springframework.core.env.Environment environment, LdapProperties properties)
@Bean
public com.unboundid.ldap.listener.InMemoryDirectoryServer directoryServer(org.springframework.context.ApplicationContext applicationContext)
throws com.unboundid.ldap.sdk.LDAPExceptioncom.unboundid.ldap.sdk.LDAPException@PreDestroySE public void close()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.