Package com.soffid.iam.service.ejb
Interface SessionCacheService
-
public interface SessionCacheServiceEJB SessionCacheService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringclearSession()StringcreateSession()StringgetCurrentSessionId()ObjectgetObject(String tag)voidputObject(String tag, Object value)StringsetSession(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
-
-