Uses of Class
io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
Packages that use AuthenticationProvider
Package
Description
-
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.authModifier and TypeClassDescriptionclassChain several authentication providers as if they were one.Methods in io.vertx.rxjava3.ext.auth with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionChainAuth.add(AuthenticationProvider other) Appends a auth provider to the chain. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.authentication
Fields in io.vertx.rxjava3.ext.auth.authentication with type parameters of type AuthenticationProviderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<AuthenticationProvider> AuthenticationProvider.__TYPE_ARGMethods in io.vertx.rxjava3.ext.auth.authentication that return AuthenticationProviderModifier and TypeMethodDescriptionstatic AuthenticationProviderAuthenticationProvider.newInstance(AuthenticationProvider arg) -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.htdigest
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.htdigestModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using .htdigest file as store -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.htpasswd
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.htpasswdModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using htpasswd file as store -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.jwt
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.jwtModifier and TypeClassDescriptionclassFactory interface for creating JWT basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.ldap
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.ldapModifier and TypeClassDescriptionclassFactory interface for creating a LDAPAuthenticationProvider. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.oauth2
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.oauth2Modifier and TypeClassDescriptionclassFactory interface for creating OAuth2 basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.otp.hotp
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.otp.hotpModifier and TypeClassDescriptionclassAn extension of AuthProvider which uses the one time passwords based on counter to perform authentication. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.otp.totp
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.otp.totpModifier and TypeClassDescriptionclassAn extension of AuthProvider which uses the one time passwords based on time to perform authentication. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.properties
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.propertiesModifier and TypeClassDescriptionclassFactory interface for creating property file basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.sqlclient
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.sqlclientModifier and TypeClassDescriptionclassFactory interface for creatingAuthenticationProviderinstances that use the Vert.x SQL client. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.webauthn4j
Subclasses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.webauthn4jModifier and TypeClassDescriptionclassFactory interface for creating WebAuthN basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionStompServerHandler.authProvider(AuthenticationProvider handler) Configures the to be used to authenticate the user. -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic APIKeyHandlerAPIKeyHandler.create(AuthenticationProvider authProvider) Create an API Key authentication handlerstatic BasicAuthHandlerBasicAuthHandler.create(AuthenticationProvider authProvider) Create a basic auth handlerstatic BasicAuthHandlerBasicAuthHandler.create(AuthenticationProvider authProvider, String realm) Create a basic auth handler, specifying realmstatic FormLoginHandlerFormLoginHandler.create(AuthenticationProvider authProvider) Create a handlerstatic FormLoginHandlerFormLoginHandler.create(AuthenticationProvider authProvider, String usernameParam, String passwordParam, String returnURLParam, String directLoggedInOKURL) Create a handlerstatic RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider) Create a handlerstatic RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider, String loginRedirectURL) Create a handlerstatic RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider, String loginRedirectURL, String returnURLParam) Create a handler -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.web.healthchecks
Methods in io.vertx.rxjava3.ext.web.healthchecks with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic HealthCheckHandlerHealthCheckHandler.create(Vertx vertx, AuthenticationProvider provider) Creates an instance of the default implementation of theHealthCheckHandler.static HealthCheckHandlerHealthCheckHandler.createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider) Creates an instance of the default implementation of theHealthCheckHandler.