public class CachedAuthenticatedSessionHandler extends Object implements io.undertow.server.HttpHandler
HttpHandler
responsible for setting up the AuthenticatedSessionManager
for cached authentications and
registering a NotificationReceiver
to receive the security notifications.Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_NAME |
Constructor and Description |
---|
CachedAuthenticatedSessionHandler(io.undertow.server.HttpHandler next,
ServletContextImpl servletContext) |
public static final String ATTRIBUTE_NAME
public CachedAuthenticatedSessionHandler(io.undertow.server.HttpHandler next, ServletContextImpl servletContext)
Copyright © 2015. All rights reserved.