public class AuthenticationManagerFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>, org.springframework.beans.factory.BeanFactoryAware
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MISSING_BEAN_ERROR_MESSAGE |
| Constructor and Description |
|---|
AuthenticationManagerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationManager |
getObject() |
java.lang.Class<? extends org.springframework.security.authentication.AuthenticationManager> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public static final java.lang.String MISSING_BEAN_ERROR_MESSAGE
public org.springframework.security.authentication.AuthenticationManager getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>java.lang.Exceptionpublic java.lang.Class<? extends org.springframework.security.authentication.AuthenticationManager> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.security.authentication.AuthenticationManager>public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansException