| Package | Description |
|---|---|
| io.vertx.ext.auth | |
| io.vertx.reactivex.ext.auth | |
| io.vertx.rxjava.ext.auth |
| Modifier and Type | Method and Description |
|---|---|
default AuthStore |
AuthStore.getUserCredentialsById(String rawId,
Handler<AsyncResult<List<JsonObject>>> handler)
Retrieves the user credentials from a backend given the user unique identifier.
|
default AuthStore |
AuthStore.getUserCredentialsByName(String username,
Handler<AsyncResult<List<JsonObject>>> handler)
Retrieves the user credentials from a backend given the user unique identifier.
|
default AuthStore |
AuthStore.getUserPermissions(String id,
Handler<AsyncResult<List<String>>> handler)
Get the user permissions from the storage.
|
default AuthStore |
AuthStore.getUserRoles(String id,
Handler<AsyncResult<List<String>>> handler)
Get the user roles from the storage.
|
default AuthStore |
AuthStore.updateUserCredential(String id,
JsonObject data,
boolean upsert,
Handler<AsyncResult<Void>> handler)
Update the user credential.
|
| Modifier and Type | Method and Description |
|---|---|
AuthStore |
AuthStore.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AuthStore |
AuthStore.newInstance(AuthStore arg) |
| Constructor and Description |
|---|
AuthStore(AuthStore delegate) |
| Modifier and Type | Method and Description |
|---|---|
AuthStore |
AuthStore.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AuthStore |
AuthStore.newInstance(AuthStore arg) |
| Constructor and Description |
|---|
AuthStore(AuthStore delegate) |
Copyright © 2019 Eclipse. All rights reserved.