Class HttpSessionManager

  • All Implemented Interfaces:
    EventListener, UserSessionManagement, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

    public class HttpSessionManager
    extends Object
    implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, UserSessionManagement
    User session manager for handling logout of Spring Secured sessions.
    Version:
    $Revision: 1 $
    Author:
    Scott Rossillo
    • Constructor Detail

      • HttpSessionManager

        public HttpSessionManager()
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.ApplicationEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>