com.konakart.bl
Interface LoginIntegrationMgrInterface

All Known Implementing Classes:
LoginIntegrationMgr

public interface LoginIntegrationMgrInterface

The interface that must be implemented by a Login Integration Manager


Method Summary
 int checkCredentials(java.lang.String emailAddr, java.lang.String password)
          Called whenever a login attempt is made.
 

Method Detail

checkCredentials

int checkCredentials(java.lang.String emailAddr,
                     java.lang.String password)
                     throws KKException
Called whenever a login attempt is made. This method should return:

Parameters:
emailAddr - The user name required to log in
password - The log in password
Returns:
Returns an integer
Throws:
KKException


Copyright © 2011 DS Data Systems UK Ltd.