Class AccountInjector

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

    public class AccountInjector
    extends PipelinedHandler
    injects the context authenticatedAccount
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>
    • Constructor Detail

      • AccountInjector

        public AccountInjector()
        Creates a new instance of AccountInjectorHandler
      • AccountInjector

        public AccountInjector​(PipelinedHandler next)
        Creates a new instance of AccountInjectorHandler
        Parameters:
        next -
    • Method Detail

      • handleRequest

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