@Configuration @EnableCaching @EnableConfigurationProperties(value=ActiveDirectoryProperties.class) public class ActiveDirectoryAutoConfiguration extends Object
| Constructor and Description |
|---|
ActiveDirectoryAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CachingAuthenticationProvider |
activeDirectoryLdapAuthenticationProvider() |
org.springframework.cache.interceptor.KeyGenerator |
authKeyGenerator() |
org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper |
authoritiesMapper() |
@Bean @ActiveDirectoryProvider @ConditionalOnMissingBean @ConfigurationProperties(value="security.activedirectory") public CachingAuthenticationProvider activeDirectoryLdapAuthenticationProvider()
@Bean public org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper authoritiesMapper()
@Bean public org.springframework.cache.interceptor.KeyGenerator authKeyGenerator()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.