@Configuration
@EnableConfigurationProperties(value=de.otto.edison.authentication.configuration.LdapProperties.class)
@ConditionalOnProperty(prefix="edison.ldap",
name="enabled",
havingValue="true")
public class AwsLdapConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
AwsLdapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
de.otto.edison.authentication.connection.LdapConnectionFactory |
ldapConnectionFactory(de.otto.edison.authentication.configuration.LdapProperties ldapProperties) |