Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
Useful base class for implementing a User object.
|
Modifier and Type | Method and Description |
---|---|
User |
AbstractUser.clearCache() |
User |
User.clearCache()
The User object will cache any authorities that it knows it has to avoid hitting the
underlying auth provider each time.
|
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) |
User |
User.isAuthorized(String authority,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> resultHandler)
Is the user authorised to
|
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 © 2018 Eclipse. All rights reserved.