public interface AdminLoginIntegrationMgrInterface
Modifier and Type | Method and Description |
---|---|
int |
checkCredentials(java.lang.String emailAddr,
java.lang.String password)
Called whenever a login attempt is made.
|
int checkCredentials(java.lang.String emailAddr, java.lang.String password) throws KKAdminException
emailAddr
- The user name required to log inpassword
- The log in passwordKKAdminException
- unexpected exception in the KonaKart Admin EngineCopyright © 2018 DS Data Systems UK Ltd.