Adapeter to Adapter

This commit is contained in:
Kawin Naipongprasit 2023-07-07 10:13:51 +00:00 committed by Josh Cummings
parent e8b9a35494
commit 4b44a2d924
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ open class SecurityConfiguration {
=== Publish an `AuthenticationManager` Bean
As part of `WebSecurityConfigurerAdapeter` removal, `configure(AuthenticationManagerBuilder)` is also removed.
As part of `WebSecurityConfigurerAdapter` removal, `configure(AuthenticationManagerBuilder)` is also removed.
Preparing for its removal will differ based on your reason for using it.
==== LDAP Authentication