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