org.springframework.security.config.http
Class UserDetailsServiceFactoryBean

java.lang.Object
  extended by 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

Constructor Summary
UserDetailsServiceFactoryBean()
           
 
Method Summary
 void setApplicationContext(ApplicationContext beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDetailsServiceFactoryBean

public UserDetailsServiceFactoryBean()
Method Detail

setApplicationContext

public void setApplicationContext(ApplicationContext beanFactory)
                           throws BeansException
Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException