|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.bl.AdminBaseMgr
com.konakartadmin.bl.AdminLoginIntegrationMgr
public class AdminLoginIntegrationMgr
Used to provide an integration point when a customer attempts a login so that custom security logic can be implemented.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.konakartadmin.bl.AdminBaseMgr |
|---|
AdminBaseMgr.StaticData |
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log |
| Fields inherited from class com.konakartadmin.bl.AdminBaseMgr |
|---|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir |
| Constructor Summary | |
|---|---|
AdminLoginIntegrationMgr(KKAdminIf 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 AdminLoginIntegrationMgr(KKAdminIf eng)
throws java.lang.Exception
eng - KKAdmin engine
java.lang.Exception| Method Detail |
|---|
public int checkCredentials(java.lang.String emailAddr,
java.lang.String password)
throws KKAdminException
checkCredentials in interface AdminLoginIntegrationMgrInterfaceemailAddr - The user name required to log inpassword - The log in password
KKAdminException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||