@Configuration @ConditionalOnClass(value=org.springframework.ldap.core.ContextSource.class) @EnableConfigurationProperties(value=LdapProperties.class) public class LdapAutoConfiguration extends Object
Auto-configuration for LDAP.| Constructor and Description |
|---|
LdapAutoConfiguration(LdapProperties properties,
org.springframework.core.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.ldap.core.ContextSource |
ldapContextSource() |
public LdapAutoConfiguration(LdapProperties properties, org.springframework.core.env.Environment environment)
@Bean @ConditionalOnMissingBean public org.springframework.ldap.core.ContextSource ldapContextSource()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.