Add @FunctionalInterface to AuthenticationManager

This commit is contained in:
KyeongHoon Lee 2024-07-19 08:35:34 +09:00 committed by Josh Cummings
parent 4169c0cf36
commit 4036e910c7
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@ import org.springframework.security.core.AuthenticationException;
* Processes an {@link Authentication} request.
*
* @author Ben Alex
* @author KyeongHoon Lee
*/
@FunctionalInterface
public interface AuthenticationManager {
/**