Uses of Class
io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth
-
Packages that use OAuth2Auth Package Description io.vertx.mutiny.ext.auth.oauth2 io.vertx.mutiny.ext.auth.oauth2.providers io.vertx.mutiny.ext.web.handler -
-
Uses of OAuth2Auth in io.vertx.mutiny.ext.auth.oauth2
Fields in io.vertx.mutiny.ext.auth.oauth2 with type parameters of type OAuth2Auth Modifier and Type Field Description static TypeArg<OAuth2Auth>
OAuth2Auth. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.oauth2 that return OAuth2Auth Modifier and Type Method Description static OAuth2Auth
OAuth2Auth. create(Vertx vertx)
static OAuth2Auth
OAuth2Auth. create(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
OAuth2Auth
OAuth2Auth. decodeTokenAndForget(String token)
Deprecated.OAuth2Auth
OAuth2Auth. introspectTokenAndForget(String token)
Deprecated.OAuth2Auth
OAuth2Auth. introspectTokenAndForget(String token, String tokenType)
Deprecated.OAuth2Auth
OAuth2Auth. jWKSetAndForget()
Variant ofjWKSet()
that ignores the result of the operation.OAuth2Auth
OAuth2Auth. loadJWKAndForget()
Deprecated.Use#jWKSet(Handler)
OAuth2Auth
OAuth2Auth. missingKeyHandler(Consumer<String> handler)
static OAuth2Auth
OAuth2Auth. newInstance(io.vertx.ext.auth.oauth2.OAuth2Auth arg)
OAuth2Auth
OAuth2Auth. rbacHandler(OAuth2RBAC rbac)
Deprecated.OAuth2Auth
OAuth2Auth. refreshAndForget(User user)
Variant ofrefresh(io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation.OAuth2Auth
OAuth2Auth. revokeAndForget(User user)
Variant ofrevoke(io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation.OAuth2Auth
OAuth2Auth. revokeAndForget(User user, String tokenType)
Variant ofrevoke(io.vertx.mutiny.ext.auth.User,String)
that ignores the result of the operation.OAuth2Auth
OAuth2Auth. userInfoAndForget(User user)
Variant ofuserInfo(io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation. -
Uses of OAuth2Auth in io.vertx.mutiny.ext.auth.oauth2.providers
Methods in io.vertx.mutiny.ext.auth.oauth2.providers that return OAuth2Auth Modifier and Type Method Description static OAuth2Auth
AmazonCognitoAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String guid)
static OAuth2Auth
AmazonCognitoAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String userPoolId, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
AzureADAuth. create(Vertx vertx, String clientId, String clientSecret, String guid)
static OAuth2Auth
AzureADAuth. create(Vertx vertx, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
BoxAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
BoxAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
CloudFoundryAuth. create(Vertx vertx, String clientId, String clientSecret, String uuaURL)
static OAuth2Auth
CloudFoundryAuth. create(Vertx vertx, String clientId, String clientSecret, String uuaURL, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
DropboxAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
DropboxAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
FacebookAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
FacebookAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
FoursquareAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
FoursquareAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GithubAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
GithubAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GitLabAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
GitLabAuth. create(Vertx vertx, String site, String clientId, String clientSecret)
static OAuth2Auth
GitLabAuth. create(Vertx vertx, String site, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
HerokuAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
HerokuAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
IBMCloudAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String guid)
static OAuth2Auth
IBMCloudAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
InstagramAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
InstagramAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
KeycloakAuth. create(Vertx vertx, io.vertx.core.json.JsonObject config)
static OAuth2Auth
KeycloakAuth. create(Vertx vertx, io.vertx.core.json.JsonObject config, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
KeycloakAuth. create(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2FlowType flow, io.vertx.core.json.JsonObject config)
static OAuth2Auth
KeycloakAuth. create(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2FlowType flow, io.vertx.core.json.JsonObject config, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
LinkedInAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
LinkedInAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
LiveAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
LiveAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
MailchimpAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
MailchimpAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
SalesforceAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
SalesforceAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
ShopifyAuth. create(Vertx vertx, String clientId, String clientSecret, String shop)
static OAuth2Auth
ShopifyAuth. create(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
SoundcloudAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
SoundcloudAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
StripeAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
StripeAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
TwitterAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
TwitterAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
AmazonCognitoAuth. discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Blocking variant ofAmazonCognitoAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
AzureADAuth. discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Blocking variant ofAzureADAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
GoogleAuth. discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Blocking variant ofGoogleAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
IBMCloudAuth. discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Blocking variant ofIBMCloudAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
KeycloakAuth. discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Blocking variant ofKeycloakAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
OpenIDConnectAuth. discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Blocking variant ofOpenIDConnectAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
SalesforceAuth. discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Blocking variant ofSalesforceAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.Methods in io.vertx.mutiny.ext.auth.oauth2.providers that return types with arguments of type OAuth2Auth Modifier and Type Method Description static io.smallrye.mutiny.Uni<OAuth2Auth>
AmazonCognitoAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
AzureADAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
GoogleAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
IBMCloudAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
KeycloakAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
OpenIDConnectAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
SalesforceAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery. -
Uses of OAuth2Auth in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type OAuth2Auth Modifier and Type Method Description static OAuth2AuthHandler
OAuth2AuthHandler. create(Vertx vertx, OAuth2Auth authProvider)
static OAuth2AuthHandler
OAuth2AuthHandler. create(Vertx vertx, OAuth2Auth authProvider, String callbackURL)
-