public class AdminSecurityMgrEE extends AdminSecurityMgr implements AdminSecurityMgrIf
AdminSecurityMgr.LoginAttempt, AdminSecurityMgr.SessionData, AdminSecurityMgr.StaticData
log, mutex, staticDataHM
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, debugStackTraceExclusions, kkAdminPropsFilePath, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir
Constructor and Description |
---|
AdminSecurityMgrEE(KKAdminIf eng)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
addApiCallsToRole, addPanelsToRole, addRolesToUser, addSelectColumns, byteToHex, changePassword, checkPassword, checkPasswordFromDatabase, checkSession, createSessionId, deleteApiCall, deleteExpiredSessions, deletePanel, deleteRole, editApiCall, editPanel, editRole, encrypt, getAdminLoginIntegMgrInstanceByName, getAdminLoginIntegrationMgr, getAllApiCalls, getAllPanels, getAllRoles, getApiCall, getAPICallHashMap, getApiCallsPerRole, getExpiryTimeInSecs, getLDAPMgr, getPanel, getPanelsPerRole, getRole, getRolesPerUser, getSession, getSessionDurationInSecs, getSessionUpdateThresholdInSecs, getTimeInSecs, insertApiCall, insertPanel, insertRole, insertSessionId, isSuperUser, isUserBlocked, isUserSuperUser, login, logout, refreshConfigs, removeApiCallsFromRole, removePanelsFromRole, removeRolesFromUser, removeSession, removeUser, sessionIdRequired, setUpSecurityData, setUpSessionData, toHexChar
addInsertAttr, addInsertAttr, addStringRuleConstraint, addStringRuleConstraint, checkAPICallEnabled, checkIntInRange, checkIntIsSet, checkRequired, executeQuery, executeQuery, getAdminAddressMgr, getAdminAuditMgr, getAdminBillingMgr, getAdminBookableProductMgr, getAdminCatMgr, getAdminConfigMgr, getAdminContentMgr, getAdminCurrMgr, getAdminCustMgr, getAdminCustPwdHistMgr, getAdminCustTagMgr, getAdminEmailMgr, getAdminEng, getAdminEngineCacheMgr, getAdminEventMgr, getAdminExecuteMgr, getAdminFileMgr, getAdminFilterMgr, getAdminHtmlMgr, getAdminImportMgr, getAdminLanguageMgr, getAdminManuMgr, getAdminMessageMgr, getAdminMiscItemMgr, getAdminMiscPriceMgr, getAdminModulesMgr, getAdminMultiStoreMgr, getAdminOrderMgr, getAdminPdfMgr, getAdminProdAttrMgr, getAdminProdMgr, getAdminPromMgr, getAdminReviewMgr, getAdminSearchRuleMgr, getAdminSecMgr, getAdminServletMgr, getAdminShipmentMgr, getAdminSolrMgr, getAdminStoreMgr, getAdminSuggestionMgr, getAdminTagMgr, getAdminTaxMgr, getAdminValidationMgr, getAdminVelocityContextMgr, getAdminWishListMgr, getBooleanFromString, getDebugStackTraceExclusions, getEmailThreadGracefulShutdownTimeout, getExportMgr, getExportMgr, getExportXMLData, getIntFromString, getKkAdminPropsFilePath, getKkConfig, getKkInstanceId, getMode, getModeString, getMqMgr, getNewCriteria, getNewCriteria, getNewCriteria, getNewCriteria, getOtherModuleByName, getPostSearchText, getPreSearchText, getProductsToCategoresCriteria, getPropertyValue, getPropertyValue, getPropertyValueAsBool, getPropertyValueAsInt, getPropertyValueAsLong, getRecordCount, getRecordCount, getRewardPointMgr, getSingleIntResult, getStoreId, getTemplate, getTemplateBase, getXml_io, init, insertKKEvent, insertKKEvent, isBusiness, isBusinessOrEnterprise, isCommunity, isConfigSet, isEnterprise, isMultiStoreLanguagesShared, isMultiStoreMode, isMultiStoreShareCategories, isMultiStoreShareCustomers, isMultiStoreShareCustomersOrProducts, isMultiStoreShareProducts, isMultiStoreSingleDBCSMode, isMultiStoreSingleDBMode, isMultiStoreSingleDBNonCSMode, isUnix, isWindows, manageException, manageThrowable, removeCData, sendMQMessages, setAdminEng, setDebugStackTraceExclusions, setKkAdminPropsFilePath, setupWildCardRules, setWildCardAfter, setWildCardBefore, shutdownGracefully, shutdownGracefully, timestampStr, updateStaticVariablesNow
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addApiCallsToRole, addPanelsToRole, addRolesToUser, changePassword, checkSession, createSessionId, 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, sessionIdRequired
public AdminSecurityMgrEE(KKAdminIf eng) throws java.lang.Exception
eng
- the engjava.lang.Exception
- an unexpected exceptionpublic 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 custom5org.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)KKAdminException
- unexpected exception in the KonaKart Admin Enginepublic 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 custom5KKAdminException
- unexpected exception in the KonaKart Admin Engineorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)Copyright © 2018 DS Data Systems UK Ltd.