public class SimpleAuth extends java.lang.Object implements io.vertx.ext.auth.AuthProvider
| Constructor and Description |
|---|
SimpleAuth() |
| 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 SimpleAuth()
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