Class AuthenticationContextHandler
- java.lang.Object
-
- io.streamthoughts.azkarra.http.security.handler.AuthenticationContextHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class AuthenticationContextHandler extends Object implements io.undertow.server.HttpHandler
-
-
Constructor Summary
Constructors Constructor Description AuthenticationContextHandler(SecurityMechanism securityMechanism, io.undertow.server.HttpHandler next)
Creates a newAuthenticationContextHandler
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
AuthenticationContextHandler
public AuthenticationContextHandler(SecurityMechanism securityMechanism, io.undertow.server.HttpHandler next)
Creates a newAuthenticationContextHandler
instance.- Parameters:
next
- the nextHttpHandler
in the chain.
-
-