public class AuthHandler
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>
Constructor and Description |
---|
AuthHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(org.vertx.java.core.http.HttpServerRequest r) |
static void |
invalidateAll() |
AuthHandler |
successHandler(IPostAuthHandler postAuthHandler) |
public void handle(org.vertx.java.core.http.HttpServerRequest r)
handle
in interface org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerRequest>
public AuthHandler successHandler(IPostAuthHandler postAuthHandler)
public static void invalidateAll()
Copyright © 2021. All Rights Reserved.