Class UserDetailsServiceFactoryBean
- java.lang.Object
-
- org.springframework.security.config.http.UserDetailsServiceFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class UserDetailsServiceFactoryBean extends java.lang.Object implements org.springframework.context.ApplicationContextAware
Bean used to lookup a named UserDetailsService or AuthenticationUserDetailsService.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description UserDetailsServiceFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setApplicationContext(org.springframework.context.ApplicationContext beanFactory)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext beanFactory) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-