@Configuration @ConditionalOnBean(value=) @ConditionalOnMissingBean(value= ) public class AuthenticationManagerConfiguration extends GlobalAuthenticationConfigurerAdapter implements ApplicationListener<ContextRefreshedEvent>
AuthenticationManager
.Constructor and Description |
---|
AuthenticationManagerConfiguration() |
Modifier and Type | Method and Description |
---|---|
AuthenticationManager |
authenticationManager() |
void |
init(AuthenticationManagerBuilder auth) |
void |
onApplicationEvent(ContextRefreshedEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onApplicationEvent
@Bean @Primary @Lazy @Scope(proxyMode=INTERFACES) public AuthenticationManager authenticationManager()
public void onApplicationEvent(ContextRefreshedEvent event)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.