Package org.springframework.security.web.session

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


                     *          {@link com.hazelcast.web.SessionListener} to
                     *          {@link org.springframework.security.core.session.SessionRegistry}
                     *      ),
                     * it will be just updated.
                     */
                    appContext.publishEvent(new HttpSessionCreatedEvent(session));

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

TOP

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

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.