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.| Constructor and Description |
|---|
CachedAuthenticatedSessionHandler(HttpHandler next, ServletContextImpl servletContext) |
| Modifier and Type | Method and Description |
|---|---|
void | handleRequest(HttpServerExchange exchange) Handle the request. |
public CachedAuthenticatedSessionHandler(HttpHandler next, ServletContextImpl servletContext)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.