Interface PlatformAuthenticationService
- All Known Implementing Classes:
PlatformAuthenticationChecker,PlatformAuthenticationServiceImpl
public interface PlatformAuthenticationService
- Author:
- Elias Ricken de Medeiros, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckUserCredentials(String username, String passwordHash)
-
Method Details
-
checkUserCredentials
void checkUserCredentials(String username, String passwordHash) throws SInvalidUserException, SInvalidPasswordException - Parameters:
username- The username of the platformpasswordHash- The hashed password of the platform- Throws:
SInvalidUserExceptionSInvalidPasswordException
-