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.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
protected 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–2017 Jasig. All rights reserved.