public final class SingleSignOutHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Enables the CAS Single Sign out feature. Scott Battaglia
| Constructor and Description |
|---|
SingleSignOutHttpSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
protected static SessionMappingStorage |
getSessionMappingStorage()
Obtains a
SessionMappingStorage object. |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerprotected static SessionMappingStorage getSessionMappingStorage()
SessionMappingStorage object. Assumes this method will always return the same
instance of the object. It assumes this because it generally lazily calls the method.Copyright © 2006-2014 Jasig. All Rights Reserved.