public interface SessionMappingStorage
| Modifier and Type | Method and Description |
|---|---|
void |
addSessionById(String mappingId,
javax.servlet.http.HttpSession session)
Add a session by its mapping Id.
|
void |
removeBySessionById(String sessionId)
Remove a session by its Id.
|
javax.servlet.http.HttpSession |
removeSessionByMappingId(String mappingId)
Remove the HttpSession based on the mappingId.
|
javax.servlet.http.HttpSession removeSessionByMappingId(String mappingId)
mappingId - the id the session is keyed under.void removeBySessionById(String sessionId)
sessionId - the id of the session.void addSessionById(String mappingId, javax.servlet.http.HttpSession session)
mappingId - the id to map the session to.session - the HttpSession.Copyright © 2006-2014 Jasig. All Rights Reserved.