mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Add @FunctionalInterface to AuthenticationManager
This commit is contained in:
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 {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user