Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
Deprecated.
in 4.0 this class will not be used
|
Modifier and Type | Method and Description |
---|---|
User |
AbstractUser.clearCache()
Deprecated.
|
User |
User.clearCache()
Deprecated.
|
default User |
User.isAuthorised(String authority,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler)
Deprecated.
|
User |
AbstractUser.isAuthorized(String authority,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler)
Deprecated.
|
User |
User.isAuthorized(String authority,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthProvider.authenticate(io.vertx.core.json.JsonObject authInfo,
io.vertx.core.Handler<io.vertx.core.AsyncResult<User>> resultHandler)
Authenticate a user.
|
Copyright © 2021 Eclipse. All rights reserved.