public class PlatformAuthenticationServiceImpl extends java.lang.Object implements PlatformAuthenticationService
| Constructor and Description |
|---|
PlatformAuthenticationServiceImpl(TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkUserCredentials(java.lang.String username,
java.lang.String password) |
public PlatformAuthenticationServiceImpl(TechnicalLoggerService logger)
public void checkUserCredentials(java.lang.String username,
java.lang.String password)
throws SInvalidUserException,
SInvalidPasswordException
checkUserCredentials in interface PlatformAuthenticationServiceusername - The username of the platformpassword - The hashed password of the platformSInvalidUserExceptionSInvalidPasswordException