Interface PlatformAuthenticationService
-
- All Known Implementing Classes:
PlatformAuthenticationChecker,PlatformAuthenticationServiceImpl
public interface PlatformAuthenticationService- Author:
- Elias Ricken de Medeiros, Celine Souchet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckUserCredentials(java.lang.String username, java.lang.String passwordHash)
-
-
-
Method Detail
-
checkUserCredentials
void checkUserCredentials(java.lang.String username, java.lang.String passwordHash) throws SInvalidUserException, SInvalidPasswordException- Parameters:
username- The username of the platformpasswordHash- The hashed password of the platform- Throws:
SInvalidUserExceptionSInvalidPasswordException
-
-