| Constructor and Description |
|---|
JwtAuthProvider(io.vertx.core.Vertx vertx,
io.vertx.ext.auth.jwt.JWTAuthOptions config,
Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<Boolean>> executor) |
| 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>> resultHandler) |
String |
generateToken(io.vertx.core.json.JsonObject claims,
io.vertx.ext.jwt.JWTOptions options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, generateTokenpublic void authenticate(io.vertx.core.json.JsonObject authInfo,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> resultHandler)
authenticate in interface io.vertx.ext.auth.AuthProviderpublic String generateToken(io.vertx.core.json.JsonObject claims, io.vertx.ext.jwt.JWTOptions options)
generateToken in interface JwtAuthCopyright © 2018. All rights reserved.