Package com.soffid.iam.service.ejb
Interface SessionCacheService
-
public interface SessionCacheService
EJB SessionCacheService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
clearSession()
String
createSession()
String
getCurrentSessionId()
Object
getObject(String tag)
void
putObject(String tag, Object value)
String
setSession(String sessionId)
-
-
-
Method Detail
-
getObject
Object getObject(String tag) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
clearSession
String clearSession() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
createSession
String createSession() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getCurrentSessionId
String getCurrentSessionId() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
setSession
String setSession(String sessionId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
putObject
void putObject(String tag, Object value) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-