Uses of Interface
io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
Packages that use AuthorizationProvider
Package
Description
-
Uses of AuthorizationProvider in io.vertx.reactivex.ext.auth.abac
Classes in io.vertx.reactivex.ext.auth.abac that implement AuthorizationProvider -
Uses of AuthorizationProvider in io.vertx.reactivex.ext.auth.authorization
Methods in io.vertx.reactivex.ext.auth.authorization that return AuthorizationProviderModifier and TypeMethodDescriptionstatic AuthorizationProviderAuthorizationProvider.newInstance(AuthorizationProvider arg) -
Uses of AuthorizationProvider in io.vertx.reactivex.ext.auth.jwt.authorization
Classes in io.vertx.reactivex.ext.auth.jwt.authorization that implement AuthorizationProviderModifier and TypeClassDescriptionclassImplementation of the JWT authorization provider.classImplementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key. -
Uses of AuthorizationProvider in io.vertx.reactivex.ext.auth.oauth2.authorization
Classes in io.vertx.reactivex.ext.auth.oauth2.authorization that implement AuthorizationProviderModifier and TypeClassDescriptionclassImplementation of the Keycloak Authorization Provider.classScope is a mechanism in OAuth 2.0 to limit an application's access to a user's account. -
Uses of AuthorizationProvider in io.vertx.reactivex.ext.auth.properties
Classes in io.vertx.reactivex.ext.auth.properties that implement AuthorizationProviderModifier and TypeClassDescriptionclassFactory interface for creating property file basedAuthenticationProviderinstances. -
Uses of AuthorizationProvider in io.vertx.reactivex.ext.auth.sqlclient
Classes in io.vertx.reactivex.ext.auth.sqlclient that implement AuthorizationProviderModifier and TypeClassDescriptionclassFactory interface for creating instances that use the Vert.x SQL client. -
Uses of AuthorizationProvider in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type AuthorizationProviderModifier and TypeMethodDescriptionAuthorizationHandler.addAuthorizationProvider(AuthorizationProvider authorizationProvider) Adds a provider that shall be used to retrieve the required authorizations for the user to attest. -
Uses of AuthorizationProvider in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type AuthorizationProviderModifier and TypeMethodDescriptionSockJSHandler.bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events.