Interface GenericAuthenticationService

All Known Implementing Classes:
AuthenticationServiceImpl

public interface GenericAuthenticationService
Since:
6.3
Author:
Julien Reboul
  • Method Details

    • checkUserCredentials

      String checkUserCredentials(Map<String,Serializable> credentials) throws AuthenticationException
      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.