Interface GenericAuthenticationService
- All Known Implementing Classes:
AuthenticationServiceImpl
public interface GenericAuthenticationService
- Since:
- 6.3
- Author:
- Julien Reboul
-
Method Summary
Modifier and TypeMethodDescriptioncheckUserCredentials(Map<String, Serializable> credentials) Check user credentials by give user name and passwordHash
-
Method Details
-
checkUserCredentials
Check user credentials by give user name and passwordHash- Parameters:
credentials- the credentials elements to use to authenticate- Returns:
- the username of the user authenticated.
- Throws:
AuthenticationException- Error thrown if either the password is invalid or the user is not found.
-