public interface LoginIntegrationMgrInterface
| 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 com.konakart.app.KKException
emailAddr - The user name required to log inpassword - The log in passwordcom.konakart.app.KKException - an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.