Package | Description |
---|---|
io.vertx.ext.auth | |
io.vertx.ext.auth.authorization | |
io.vertx.reactivex.ext.auth.authorization | |
io.vertx.rxjava.ext.auth.authorization |
Modifier and Type | Method and Description |
---|---|
default Authorizations |
User.authorizations()
Returns user's authorizations that have been previously loaded by the providers.
|
Modifier and Type | Method and Description |
---|---|
Authorizations |
Authorizations.add(String providerId,
Authorization authorization) |
Authorizations |
Authorizations.add(String providerId,
Set<Authorization> authorizations) |
Authorizations |
Authorizations.clear() |
Authorizations |
Authorizations.clear(String providerId) |
Modifier and Type | Method and Description |
---|---|
Authorizations |
Authorizations.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Authorizations |
Authorizations.newInstance(Authorizations arg) |
Constructor and Description |
---|
Authorizations(Authorizations delegate) |
Modifier and Type | Method and Description |
---|---|
Authorizations |
Authorizations.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Authorizations |
Authorizations.newInstance(Authorizations arg) |
Constructor and Description |
---|
Authorizations(Authorizations delegate) |
Copyright © 2021 Eclipse. All rights reserved.