Package org.springframework.security.config.annotation.authentication.configurers.userdetails
package org.springframework.security.config.annotation.authentication.configurers.userdetails
-
ClassesClassDescriptionAbstractDaoAuthenticationConfigurer<B extends ProviderManagerBuilder<B>, C extends AbstractDaoAuthenticationConfigurer<B,
C, U>, U extends org.springframework.security.core.userdetails.UserDetailsService> Allows configuring aDaoAuthenticationProviderDaoAuthenticationConfigurer<B extends ProviderManagerBuilder<B>, U extends org.springframework.security.core.userdetails.UserDetailsService>Allows configuring aDaoAuthenticationProviderUserDetailsAwareConfigurer<B extends ProviderManagerBuilder<B>, U extends org.springframework.security.core.userdetails.UserDetailsService>Base class that allows access to theUserDetailsServicefor using as a default value withAuthenticationManagerBuilder.UserDetailsServiceConfigurer<B extends ProviderManagerBuilder<B>, C extends UserDetailsServiceConfigurer<B,C, U>, U extends org.springframework.security.core.userdetails.UserDetailsService> Allows configuring aUserDetailsServicewithin aAuthenticationManagerBuilder.