Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<AuthorizationProvider> |
AuthorizationProvider.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static AuthorizationProvider |
AuthorizationProvider.create(String id,
Set<Authorization> authorizations)
create an authorization provider with the specified id and authorizations
|
static AuthorizationProvider |
AuthorizationProvider.newInstance(AuthorizationProvider arg) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCAuthorization
Factory interface for creating instances that use the Vert.x JDBC client.
|
Modifier and Type | Class and Description |
---|---|
class |
JWTAuthorization
Implementation of the JWT authorization provider.
|
class |
MicroProfileAuthorization
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoAuthorization
An extension of AuthProvider which is using as store
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Modifier and Type | Class and Description |
---|---|
class |
KeycloakAuthorization
Implementation of the Keycloak Authorization Provider.
|
class |
ScopeAuthorization
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyFileAuthorization
Factory interface for creating property file based
AuthenticationProvider instances. |
Modifier and Type | Class and Description |
---|---|
class |
SqlAuthorization
Factory interface for creating instances that use the Vert.x SQL client.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationHandler |
AuthorizationHandler.addAuthorizationProvider(AuthorizationProvider authorizationProvider)
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
|
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(AuthorizationProvider authorizationProvider,
SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Copyright © 2021 Eclipse. All rights reserved.