|
|||||||||
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.AdminLDAPMgr
public class AdminLDAPMgr
Called when LDAP is enabled to use LDAP for authenticating the user
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 | |
---|---|
AdminLDAPMgr(KKAdminIf eng)
Constructor used when instantiated by the application engine |
Method Summary | |
---|---|
int |
checkCredentials(java.lang.String emailAddr,
java.lang.String password)
Called if the LDAP module is installed and active. |
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 AdminLDAPMgr(KKAdminIf eng) throws java.lang.Exception
eng
- Application engine
java.lang.Exception
Method Detail |
---|
public int checkCredentials(java.lang.String emailAddr, java.lang.String password) throws KKAdminException
checkCredentials
in interface AdminLDAPMgrIf
emailAddr
- 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 |