WebFilter.HazelcastHttpSession, WebFilter.LocalCacheEntry, WebFilter.RequestWrapper, WebFilter.ResponseWrapper| Modifier and Type | Field and Description | 
|---|---|
protected org.springframework.security.core.session.SessionRegistry | 
sessionRegistry  | 
filterConfig, HAZELCAST_REQUEST, HAZELCAST_SESSION_ATTRIBUTE_SEPARATOR, HAZELCAST_SESSION_COOKIE_NAME, LOGGER, NULL_ENTRY, servletContext, WEB_FILTER_ATTRIBUTE_KEY| Constructor and Description | 
|---|
SpringAwareWebFilter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected WebFilter.HazelcastHttpSession | 
createNewSession(WebFilter.RequestWrapper requestWrapper,
                String existingSessionId)  | 
protected void | 
destroySession(WebFilter.HazelcastHttpSession session,
              boolean invalidate)
Destroys a session, determining if it should be destroyed clusterwide automatically or via expiry. 
 | 
protected void | 
ensureSessionRegistryInitialized(org.springframework.context.ApplicationContext appContext)  | 
createHazelcastHttpSession, destroy, doFilter, getInstance, init, shutdownInstanceprotected volatile org.springframework.security.core.session.SessionRegistry sessionRegistry
protected void ensureSessionRegistryInitialized(org.springframework.context.ApplicationContext appContext)
protected WebFilter.HazelcastHttpSession createNewSession(WebFilter.RequestWrapper requestWrapper, String existingSessionId)
createNewSession in class WebFilterprotected void destroySession(WebFilter.HazelcastHttpSession session, boolean invalidate)
WebFilterdestroySession in class WebFiltersession - the session to be destroyed locallyinvalidate - true if the session has been invalidated and should be destroyed on all nodes
                   in the cluster; otherwise, false to only remove the session globally if this
                   node was the final node referencing itCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.