public class NoneAuth extends java.lang.Object implements io.vertx.ext.auth.AuthProvider
Constructor and Description |
---|
NoneAuth() |
Modifier and Type | Method and Description |
---|---|
void |
authenticate(io.vertx.core.json.JsonObject authInfo,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler) |
public NoneAuth()
public void authenticate(io.vertx.core.json.JsonObject authInfo, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler)
authenticate
in interface io.vertx.ext.auth.AuthProvider