|
|||||||||
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.AdminSecurityMgr
com.konakartadmin.bl.AdminSecurityMgrEE
public class AdminSecurityMgrEE
Security Management
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.konakartadmin.bl.AdminSecurityMgr |
---|
AdminSecurityMgr.LoginAttempt, AdminSecurityMgr.SessionData, AdminSecurityMgr.StaticData |
Field Summary |
---|
Fields inherited from class com.konakartadmin.bl.AdminSecurityMgr |
---|
ADMIN_USER_ID, DEFAULT_SESSION_DURATION, log, mutex, staticDataHM |
Fields inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir |
Constructor Summary | |
---|---|
AdminSecurityMgrEE(KKAdminIf eng)
Constructor |
Method Summary | |
---|---|
void |
addCustomDataToSession(java.lang.String sessionId,
java.lang.String data,
int position)
A sessionId is created when a customer logs in to KonaKart using the login() API call. |
java.lang.String |
getCustomDataFromSession(java.lang.String sessionId,
int position)
A sessionId is created when a customer logs in to KonaKart using the login() API call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.konakartadmin.blif.AdminSecurityMgrIf |
---|
addApiCallsToRole, addPanelsToRole, addRolesToUser, changePassword, checkSession, deleteApiCall, deleteExpiredSessions, deletePanel, deleteRole, editApiCall, editPanel, editRole, encrypt, getAllApiCalls, getAllPanels, getAllRoles, getApiCall, getApiCallsPerRole, getPanel, getPanelsPerRole, getRole, getRolesPerUser, getSession, getTimeInSecs, insertApiCall, insertPanel, insertRole, isSuperUser, login, logout, refreshConfigs, removeApiCallsFromRole, removePanelsFromRole, removeRolesFromUser |
Constructor Detail |
---|
public AdminSecurityMgrEE(KKAdminIf eng) throws java.lang.Exception
eng
-
java.lang.Exception
Method Detail |
---|
public void addCustomDataToSession(java.lang.String sessionId, java.lang.String data, int position) throws org.apache.torque.TorqueException, KKAdminException
addCustomDataToSession
in interface AdminSecurityMgrIf
addCustomDataToSession
in class AdminSecurityMgr
sessionId
- The sessionIddata
- The data to be savedposition
- This must be in the range of 1-5 to identify custom1 to custom5
org.apache.torque.TorqueException
KKAdminException
public java.lang.String getCustomDataFromSession(java.lang.String sessionId, int position) throws KKAdminException, org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
getCustomDataFromSession
in interface AdminSecurityMgrIf
getCustomDataFromSession
in class AdminSecurityMgr
sessionId
- The sessionIdposition
- This must be in the range of 1-5 to identify custom1 to custom5
KKAdminException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |