|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.bl.BaseMgr
com.konakart.bl.LoginIntegrationMgr
public class LoginIntegrationMgr
Used to provide an integration point when a customer attempts a login so that custom security logic can be implemented.
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log |
| Fields inherited from class com.konakart.bl.BaseMgr |
|---|
templateBaseDir |
| Constructor Summary | |
|---|---|
LoginIntegrationMgr(KKEngIf eng)
Constructor |
|
| Method Summary | |
|---|---|
int |
checkCredentials(java.lang.String emailAddr,
java.lang.String password)
Called whenever a login attempt is made. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public LoginIntegrationMgr(KKEngIf eng)
throws java.lang.Exception
eng -
java.lang.Exception| Method Detail |
|---|
public int checkCredentials(java.lang.String emailAddr,
java.lang.String password)
throws KKException
checkCredentials in interface LoginIntegrationMgrInterfaceemailAddr - The user name required to log inpassword - The log in password
KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||