| java.lang.Object | 
    
    
        
            | ↳ | org.springframework.security.config.authentication.AuthenticationManagerFactoryBean | 
    
Class Overview
Factory bean for the namespace AuthenticationManager, which allows a more meaningful error message
 to be reported in the NoSuchBeanDefinitionException, if the user has forgotten to declare
 the <authentication-manager> element.
 
Summary
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
|  From interface
  org.springframework.beans.factory.BeanFactoryAware 
  
   
    
    
	 
    
        | abstract
            
            
            
            
            void | setBeanFactory(BeanFactory arg0) |  | 
 
Constants
 
    
      
        public 
        static 
        final 
        String
      
        MISSING_BEAN_ERROR_MESSAGE
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                "Did you forget to add a gobal  element to your configuration (with child  elements)? Alternatively you can use the authentication-manager-ref attribute on your  and  elements."
            
        
         
    
     
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      AuthenticationManagerFactoryBean
      ()
    
      
    
 
Public Methods
 
    
      
        public 
         
         
         
         
        boolean
      
      isSingleton
      ()
    
      
    
 
 
    
      
        public 
         
         
         
         
        void
      
      setBeanFactory
      (BeanFactory beanFactory)