Interface AuthenticationManager
-
public interface AuthenticationManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authentication
authenticate(Authentication authentication)
Performs the authentication.
-
-
-
Method Detail
-
authenticate
Authentication authenticate(Authentication authentication)
Performs the authentication.- Parameters:
authentication
- theAuthentication
instance to authenticate.- Returns:
- the or a new
Authentication
instance.
-
-