Class AuthenticationHandler

java.lang.Object
io.mangoo.routing.handlers.AuthenticationHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class AuthenticationHandler extends Object implements io.undertow.server.HttpHandler
Author:
svenkubiak
  • Constructor Details

    • AuthenticationHandler

      @Inject public AuthenticationHandler(Config config)
  • Method Details

    • handleRequest

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