@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 |
configure(AuthenticationManagerBuilder auth) |
void |
init(AuthenticationManagerBuilder auth) |
void |
onApplicationEvent(ContextRefreshedEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onApplicationEvent
public void configure(AuthenticationManagerBuilder auth) throws Exception
Exception
public void onApplicationEvent(ContextRefreshedEvent event)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.