Skip to content

Commit 8ebc7ca

Browse files
xak2000eleftherias
authored andcommitted
Fix InitializeAuthenticationProviderBeanManagerConfigurer Javadoc
1 parent af01fdc commit 8ebc7ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/src/main/java/org/springframework/security/config/annotation/authentication/configuration/InitializeAuthenticationProviderBeanManagerConfigurer.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
import org.springframework.core.annotation.Order;
2020
import org.springframework.security.authentication.AuthenticationProvider;
2121
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
22-
import org.springframework.security.core.userdetails.UserDetailsService;
2322
import org.springframework.security.crypto.password.PasswordEncoder;
2423

2524
/**
26-
* Lazily initializes the global authentication with a {@link UserDetailsService} if it is
27-
* not yet configured and there is only a single Bean of that type. Optionally, if a
28-
* {@link PasswordEncoder} is defined will wire this up too.
25+
* Lazily initializes the global authentication with an {@link AuthenticationProvider} if it is
26+
* not yet configured and there is only a single Bean of that type.
2927
*
3028
* @author Rob Winch
3129
* @since 4.1

0 commit comments

Comments
 (0)