Class CachedAuthenticatedSessionHandler

java.lang.Object
io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
All Implemented Interfaces:
HttpHandler

public class CachedAuthenticatedSessionHandler extends Object implements HttpHandler
HttpHandler responsible for setting up the AuthenticatedSessionManager for cached authentications and registering a NotificationReceiver to receive the security notifications. This handler also forces the session to change its session ID on sucessful authentication.
Author:
Darran Lofthouse