@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() |
org.springframework.ldap.core.support.LdapContextSource |
ldapContextSource() |
org.springframework.ldap.core.LdapTemplate |
ldapTemplateForLdapHealthCheck() |
@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()
@Bean public org.springframework.ldap.core.support.LdapContextSource ldapContextSource()
@Bean public org.springframework.ldap.core.LdapTemplate ldapTemplateForLdapHealthCheck()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.