|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.client.session.HashMapBackedSessionMappingStorage
public final class HashMapBackedSessionMappingStorage
HashMap backed implementation of SessionMappingStorage.
| Constructor Summary | |
|---|---|
HashMapBackedSessionMappingStorage()
|
|
| Method Summary | |
|---|---|
void |
addSessionById(java.lang.String mappingId,
javax.servlet.http.HttpSession session)
Add a session by its mapping Id. |
void |
removeBySessionById(java.lang.String sessionId)
Remove a session by its Id. |
javax.servlet.http.HttpSession |
removeSessionByMappingId(java.lang.String mappingId)
Remove the HttpSession based on the mappingId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HashMapBackedSessionMappingStorage()
| Method Detail |
|---|
public void addSessionById(java.lang.String mappingId,
javax.servlet.http.HttpSession session)
SessionMappingStorage
addSessionById in interface SessionMappingStoragemappingId - the id to map the session to.session - the HttpSession.public void removeBySessionById(java.lang.String sessionId)
SessionMappingStorage
removeBySessionById in interface SessionMappingStoragesessionId - the id of the session.public javax.servlet.http.HttpSession removeSessionByMappingId(java.lang.String mappingId)
SessionMappingStorage
removeSessionByMappingId in interface SessionMappingStoragemappingId - the id the session is keyed under.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||