public interface GenericAuthenticationService
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
checkUserCredentials(java.util.Map<java.lang.String,java.io.Serializable> credentials)
Check user credentials by give user name and passwordHash
|
java.lang.String checkUserCredentials(java.util.Map<java.lang.String,java.io.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.