Uses of Interface
io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
Packages that use ScopeAuthorization
Package
Description
-
Uses of ScopeAuthorization in io.vertx.ext.auth.oauth2.authorization
Methods in io.vertx.ext.auth.oauth2.authorization that return ScopeAuthorizationModifier and TypeMethodDescriptionstatic ScopeAuthorizationScopeAuthorization.create()Factory method to create a Authorization provider for Oauth 2.0 scopes using the default separator" ".static ScopeAuthorizationFactory method to create a Authorization provider for Oauth 2.0 scopes.static ScopeAuthorizationFactory method to create a Authorization provider for OpenID Connect scopes. -
Uses of ScopeAuthorization in io.vertx.reactivex.ext.auth.oauth2.authorization
Methods in io.vertx.reactivex.ext.auth.oauth2.authorization that return ScopeAuthorizationMethods in io.vertx.reactivex.ext.auth.oauth2.authorization with parameters of type ScopeAuthorizationModifier and TypeMethodDescriptionstatic ScopeAuthorizationScopeAuthorization.newInstance(ScopeAuthorization arg) Constructors in io.vertx.reactivex.ext.auth.oauth2.authorization with parameters of type ScopeAuthorization -
Uses of ScopeAuthorization in io.vertx.rxjava3.ext.auth.oauth2.authorization
Methods in io.vertx.rxjava3.ext.auth.oauth2.authorization that return ScopeAuthorizationMethods in io.vertx.rxjava3.ext.auth.oauth2.authorization with parameters of type ScopeAuthorizationModifier and TypeMethodDescriptionstatic ScopeAuthorizationScopeAuthorization.newInstance(ScopeAuthorization arg) Constructors in io.vertx.rxjava3.ext.auth.oauth2.authorization with parameters of type ScopeAuthorization