public interface GenericAuthenticationService
| Modifier and Type | Method and Description |
|---|---|
String |
checkUserCredentials(Map<String,Serializable> credentials)
Check user credentials by give user name and passwordHash
|
String checkUserCredentials(Map<String,Serializable> credentials) throws AuthenticationException
credentials - the credentials elements to use to authenticateAuthenticationException - Error thrown if either the password is invalid or the user is not found.Copyright © 2019 Bonitasoft S.A.. All rights reserved.