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 String
handleClearSession()
protected String
handleCreateSession()
protected String
handleGetCurrentSessionId()
protected Object
handleGetObject(String tag)
protected void
handlePutObject(String tag, Object value)
protected String
handleSetSession(String sessionId)
void
setApplicationContext(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:
handleGetObject
in classSessionCacheServiceBase
- Throws:
Exception
-
handlePutObject
protected void handlePutObject(String tag, Object value) throws Exception
- Specified by:
handlePutObject
in classSessionCacheServiceBase
- Throws:
Exception
-
handleClearSession
protected String handleClearSession() throws Exception
- Specified by:
handleClearSession
in classSessionCacheServiceBase
- Throws:
Exception
-
handleCreateSession
protected String handleCreateSession() throws Exception
- Specified by:
handleCreateSession
in classSessionCacheServiceBase
- Throws:
Exception
-
handleGetCurrentSessionId
protected String handleGetCurrentSessionId() throws Exception
- Specified by:
handleGetCurrentSessionId
in classSessionCacheServiceBase
- Throws:
Exception
-
handleSetSession
protected String handleSetSession(String sessionId) throws Exception
- Specified by:
handleSetSession
in classSessionCacheServiceBase
- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-