Package com.soffid.iam.service
Class SessionCacheServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.SessionCacheServiceBase
-
- com.soffid.iam.service.SessionCacheServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.SessionCacheService,org.springframework.context.ApplicationContextAware
public class SessionCacheServiceImpl extends SessionCacheServiceBase implements org.springframework.context.ApplicationContextAware
- Author:
- bubu
-
-
Constructor Summary
Constructors Constructor Description SessionCacheServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringhandleClearSession()protected StringhandleCreateSession()protected StringhandleGetCurrentSessionId()protected ObjecthandleGetObject(String tag)protected voidhandlePutObject(String tag, Object value)protected StringhandleSetSession(String sessionId)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)-
Methods inherited from class com.soffid.iam.service.SessionCacheServiceBase
clearSession, createSession, getConfigurationService, getCurrentSessionId, getObject, getPrincipal, putObject, setConfigurationService, setSession
-
-
-
-
Method Detail
-
handleGetObject
protected Object handleGetObject(String tag) throws Exception
- Specified by:
handleGetObjectin classSessionCacheServiceBase- Throws:
Exception
-
handlePutObject
protected void handlePutObject(String tag, Object value) throws Exception
- Specified by:
handlePutObjectin classSessionCacheServiceBase- Throws:
Exception
-
handleClearSession
protected String handleClearSession() throws Exception
- Specified by:
handleClearSessionin classSessionCacheServiceBase- Throws:
Exception
-
handleCreateSession
protected String handleCreateSession() throws Exception
- Specified by:
handleCreateSessionin classSessionCacheServiceBase- Throws:
Exception
-
handleGetCurrentSessionId
protected String handleGetCurrentSessionId() throws Exception
- Specified by:
handleGetCurrentSessionIdin classSessionCacheServiceBase- Throws:
Exception
-
handleSetSession
protected String handleSetSession(String sessionId) throws Exception
- Specified by:
handleSetSessionin classSessionCacheServiceBase- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-