| 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 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JDBCAuthorization
Deprecated. 
 
Please use  
vertx-auth-sql-client instead.
 Factory interface for creating AuthorizationProvider instances that use the Vert.x JDBC client. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JWTAuthorization
Implementation of the JWT authorization provider. 
 | 
interface  | 
MicroProfileAuthorization
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MongoAuthorization
An extension of AuthProvider which is using  
MongoClient as store | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
KeycloakAuthorization
Implementation of the Keycloak Authorization Provider. 
 | 
interface  | 
ScopeAuthorization
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PropertyFileAuthorization
Factory interface for creating property file based  
AuthenticationProvider instances. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SqlAuthorization
Factory interface for creating  
AuthorizationProvider 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(SockJSBridgeOptions) but specifying a handler
 that will receive bridge events. | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationProvider | 
AuthorizationProvider.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AuthorizationProvider | 
AuthorizationProvider.newInstance(AuthorizationProvider arg)  | 
| Constructor and Description | 
|---|
AuthorizationProvider(AuthorizationProvider delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationProvider | 
AuthorizationProvider.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AuthorizationProvider | 
AuthorizationProvider.newInstance(AuthorizationProvider arg)  | 
| Constructor and Description | 
|---|
AuthorizationProvider(AuthorizationProvider delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthorizationProvider | 
AuthorizationProvider.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AuthorizationProvider | 
AuthorizationProvider.newInstance(AuthorizationProvider arg)  | 
| Constructor and Description | 
|---|
AuthorizationProvider(AuthorizationProvider delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AuthorizationInterceptor | 
AuthorizationInterceptor.create(AuthorizationProvider authorizationProvider)  | 
ServiceAuthInterceptor | 
ServiceAuthInterceptor.setAuthorizationProvider(AuthorizationProvider provider)
Deprecated.  
  | 
Copyright © 2024 Eclipse. All rights reserved.