Package org.springframework.security.web.session

Examples of org.springframework.security.web.session.HttpSessionDestroyedEvent


                    /**
                     * Publish an event to notify
                     * {@link org.springframework.security.core.session.SessionRegistry} instance.
                     * So Spring clears information about our Hazelcast session.
                     */
                    appContext.publishEvent(new HttpSessionDestroyedEvent(session));

                    LOGGER.finest("Published destroy session event for Spring for session with id "
                            + session.getId());
                }
            }
View Full Code Here

TOP

Related Classes of org.springframework.security.web.session.HttpSessionDestroyedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.