Package org.springframework.security.config.authentication
Parsing of <authentication-manager> and related elements.
-
Class Summary Class Description AbstractUserDetailsServiceBeanDefinitionParser AuthenticationManagerBeanDefinitionParser Registers the central ProviderManager used by the namespace configuration, and allows the configuration of an alias, allowing users to reference it in their beans and clearly see where the name is coming from.AuthenticationManagerBeanDefinitionParser.NullAuthenticationProvider Provider which doesn't provide any service.AuthenticationManagerFactoryBean 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.AuthenticationProviderBeanDefinitionParser Wraps a UserDetailsService bean with a DaoAuthenticationProvider and registers the latter with the ProviderManager.JdbcUserServiceBeanDefinitionParser PasswordEncoderParser Stateful parser for the <password-encoder> element.UserServiceBeanDefinitionParser