org.springframework.security.config.http
Class UserDetailsServiceFactoryBean
java.lang.Object
org.springframework.security.config.http.UserDetailsServiceFactoryBean
- All Implemented Interfaces:
- Aware, ApplicationContextAware
public class UserDetailsServiceFactoryBean
- extends Object
- implements ApplicationContextAware
Bean used to lookup a named UserDetailsService or AuthenticationUserDetailsService.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDetailsServiceFactoryBean
public UserDetailsServiceFactoryBean()
setApplicationContext
public void setApplicationContext(ApplicationContext beanFactory)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException