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