com.konakartadmin.bl
Interface AdminLoginIntegrationMgrInterface

All Known Implementing Classes:
AdminLoginIntegrationMgr

public interface AdminLoginIntegrationMgrInterface

Used to provide an integration point when a customer attempts a login so that custom security logic can be implemented.


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 KKAdminException
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:
KKAdminException


Copyright © 2011 DS Data Systems UK Ltd.