Package io.vertx.up.uca.web.failure
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 Summary
-
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:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-