Class AbstractDaoAuthenticationConfigurer<B extends ProviderManagerBuilder<B>,C extends AbstractDaoAuthenticationConfigurer<B,C,U>,U extends UserDetailsService>

Type Parameters:
B - the type of the SecurityBuilder
C - the type of AbstractDaoAuthenticationConfigurer this is
U - The type of UserDetailsService that is being used
All Implemented Interfaces:
SecurityConfigurer<AuthenticationManager,B>
Direct Known Subclasses:
DaoAuthenticationConfigurer, UserDetailsServiceConfigurer

public abstract class AbstractDaoAuthenticationConfigurer<B extends ProviderManagerBuilder<B>,C extends AbstractDaoAuthenticationConfigurer<B,C,U>,U extends UserDetailsService> extends UserDetailsAwareConfigurer<B,U>
Allows configuring a DaoAuthenticationProvider
Since:
3.2