Uses of Interface
io.vertx.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Packages that use OpenIDConnectAuth Package Description io.vertx.ext.auth.oauth2.providers io.vertx.reactivex.ext.auth.oauth2.providers io.vertx.rxjava3.ext.auth.oauth2.providers -
-
Uses of OpenIDConnectAuth in io.vertx.ext.auth.oauth2.providers
Subinterfaces of OpenIDConnectAuth in io.vertx.ext.auth.oauth2.providers Modifier and Type Interface Description interface
AmazonCognitoAuth
Simplified factory to create anOAuth2Auth
for Amazon Cognito.interface
AppleIdAuth
Simplified factory to create anOAuth2Auth
for Apple.interface
AzureADAuth
Simplified factory to create anOAuth2Auth
for Azure AD.interface
GoogleAuth
Simplified factory to create anOAuth2Auth
for Google.interface
IBMCloudAuth
Simplified factory to create anOAuth2Auth
for IBM Cloud.interface
KeycloakAuth
Simplified factory to create anOAuth2Auth
for Keycloak.interface
SalesforceAuth
Simplified factory to create anOAuth2Auth
for Salesforce. -
Uses of OpenIDConnectAuth in io.vertx.reactivex.ext.auth.oauth2.providers
Methods in io.vertx.reactivex.ext.auth.oauth2.providers that return OpenIDConnectAuth Modifier and Type Method Description OpenIDConnectAuth
OpenIDConnectAuth. getDelegate()
Methods in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type OpenIDConnectAuth Modifier and Type Method Description static OpenIDConnectAuth
OpenIDConnectAuth. newInstance(OpenIDConnectAuth arg)
Constructors in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type OpenIDConnectAuth Constructor Description OpenIDConnectAuth(OpenIDConnectAuth delegate)
-
Uses of OpenIDConnectAuth in io.vertx.rxjava3.ext.auth.oauth2.providers
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers that return OpenIDConnectAuth Modifier and Type Method Description OpenIDConnectAuth
OpenIDConnectAuth. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type OpenIDConnectAuth Modifier and Type Method Description static OpenIDConnectAuth
OpenIDConnectAuth. newInstance(OpenIDConnectAuth arg)
Constructors in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type OpenIDConnectAuth Constructor Description OpenIDConnectAuth(OpenIDConnectAuth delegate)
-