Package org.springframework.security.config.authentication
package org.springframework.security.config.authentication
Parsing of <authentication-manager> and related elements.
-
ClassesClassDescriptionBase class for parsers which create a
UserDetailsServicebean definition.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.Provider which doesn't provide any service.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.Wraps a UserDetailsService bean with a DaoAuthenticationProvider and registers the latter with the ProviderManager.Parses thejdbc-user-serviceelement to configure aJdbcUserDetailsManager.Stateful parser for the <password-encoder> element.Parses theuser-serviceelement.