Class AuthenticationContextHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class AuthenticationContextHandler
    extends Object
    implements io.undertow.server.HttpHandler
    • Constructor Detail

      • AuthenticationContextHandler

        public AuthenticationContextHandler​(SecurityMechanism securityMechanism,
                                            io.undertow.server.HttpHandler next)
        Creates a new AuthenticationContextHandler instance.
        Parameters:
        next - the next HttpHandler in the chain.
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception