Class AuthenticateEndurer

java.lang.Object
io.vertx.up.uca.web.failure.AuthenticateEndurer
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class AuthenticateEndurer extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Common handler to handle failure
  • Method Details

    • create

      public static io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> create()
    • handle

      public void handle(io.vertx.ext.web.RoutingContext event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>