1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
@@ -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 {
/**