Package org.springframework.security.config.authentication
package org.springframework.security.config.authentication
Parsing of <authentication-manager> and related elements.
-
ClassDescriptionRegisters 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.Stateful parser for the <password-encoder> element.