public class PlatformAuthenticationChecker extends java.lang.Object implements PlatformAuthenticationService
| Constructor and Description |
|---|
PlatformAuthenticationChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkUserCredentials(java.lang.String userName,
java.lang.String password) |
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