public interface PlatformAuthenticationService
| Modifier and Type | Method and Description |
|---|---|
void |
checkUserCredentials(java.lang.String username,
java.lang.String passwordHash) |
void checkUserCredentials(java.lang.String username,
java.lang.String passwordHash)
throws SInvalidUserException,
SInvalidPasswordException
username - The username of the platformpasswordHash - The hashed password of the platformSInvalidUserExceptionSInvalidPasswordException