@StampyLibrary(libraryName="stampy-client-server") public interface StampyLoginHandler
| Modifier and Type | Method and Description |
|---|---|
void |
login(java.lang.String username,
java.lang.String password)
Implementations are to perform any required login functionality.
|
void login(java.lang.String username,
java.lang.String password)
throws NotLoggedInException,
TerminateSessionException
NotLoggedInException is to be thrown. If the session
is to be terminated a TerminateSessionException is to be thrown.username - the usernamepassword - the passwordNotLoggedInException - the not logged in exceptionTerminateSessionException - the terminate session exception