Class GlobalAuthenticationConfigurerAdapter

java.lang.Object
org.springframework.security.config.annotation.authentication.configuration.GlobalAuthenticationConfigurerAdapter
All Implemented Interfaces:
SecurityConfigurer<AuthenticationManager,AuthenticationManagerBuilder>

@Order(100) public abstract class GlobalAuthenticationConfigurerAdapter extends Object implements SecurityConfigurer<AuthenticationManager,AuthenticationManagerBuilder>
A SecurityConfigurer that can be exposed as a bean to configure the global AuthenticationManagerBuilder. Beans of this type are automatically used by AuthenticationConfiguration to configure the global AuthenticationManagerBuilder.
Since:
5.0