|
|||||||||
| 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.SecurityMgr
com.konakart.bl.SecurityMgrEE
public class SecurityMgrEE
Security Management
| Field Summary |
|---|
| Fields inherited from class com.konakart.bl.SecurityMgr |
|---|
log |
| Fields inherited from class com.konakart.bl.BaseMgr |
|---|
templateBaseDir |
| Constructor Summary | |
|---|---|
SecurityMgrEE(KKEngIf 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 com.konakart.bl.SecurityMgr |
|---|
byteToHex, changePassword, checkPassword, checkSession, createSessionId, enableCustomer, encrypt, getExpiryTimeInSecs, getLDAPMgr, getLoginIntegrationMgr, getRandomPassword, getSessionDurationInSecs, getSSOToken, getTimeInSecs, insertSessionId, login, login, loginByAdmin, logout, saveSSOToken, sendNewPassword, sendNewPassword1, toHexChar |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.konakart.blif.SecurityMgrIf |
|---|
changePassword, checkSession, enableCustomer, encrypt, getRandomPassword, getSSOToken, getTimeInSecs, login, loginByAdmin, logout, saveSSOToken, sendNewPassword, sendNewPassword1 |
| Constructor Detail |
|---|
public SecurityMgrEE(KKEngIf 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,
KKException
addCustomDataToSession in interface SecurityMgrIfaddCustomDataToSession in class SecurityMgrsessionId - 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
KKException
public java.lang.String getCustomDataFromSession(java.lang.String sessionId,
int position)
throws KKException,
org.apache.torque.TorqueException,
com.workingdogs.village.DataSetException
getCustomDataFromSession in interface SecurityMgrIfgetCustomDataFromSession in class SecurityMgrsessionId - The sessionIdposition - This must be in the range of 1-5 to identify custom1 to custom5
KKException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||