Class AuthorizationHandler

  • All Implemented Interfaces:
    Handler<RoutingContext>

    public class AuthorizationHandler
    extends Object
    implements Handler<RoutingContext>
    Base interface for authorization handlers that provide authorization support.

    AuthorizationHandlerImpl usually requires a AuthenticationHandler to be on the routing chain before it or a custom handler that has previously set a User in the RoutingContext

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.