public class AuthenticationManagerFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<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 |
---|---|
AuthenticationManager |
getObject() |
java.lang.Class<? extends AuthenticationManager> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public static final java.lang.String MISSING_BEAN_ERROR_MESSAGE
public AuthenticationManager getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<AuthenticationManager>
java.lang.Exception
public java.lang.Class<? extends AuthenticationManager> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<AuthenticationManager>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<AuthenticationManager>
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException