Uses of Class
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
Packages that use AuthenticationProvider
Package
Description
-
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.authModifier and TypeClassDescriptionclassUser-facing interface for authenticating users.classChain several authentication providers as if they were one.Methods in io.vertx.mutiny.ext.auth with parameters of type AuthenticationProvider -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.authentication
Fields in io.vertx.mutiny.ext.auth.authentication with type parameters of type AuthenticationProviderModifier and TypeFieldDescriptionstatic final TypeArg<AuthenticationProvider>AuthenticationProvider.__TYPE_ARGMethods in io.vertx.mutiny.ext.auth.authentication that return AuthenticationProviderModifier and TypeMethodDescriptionstatic AuthenticationProviderAuthenticationProvider.newInstance(io.vertx.ext.auth.authentication.AuthenticationProvider arg) -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htdigest
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htdigestModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using .htdigest file as store -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htpasswd
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.htpasswdModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using htpasswd file as store -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jdbc
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jdbcModifier and TypeClassDescriptionclassFactory interface for creatingAuthenticationProviderinstances that use the Vert.x JDBC client.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jwt
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jwtModifier and TypeClassDescriptionclassFactory interface for creating JWT basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldap
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldapModifier and TypeClassDescriptionclassFactory interface for creating a LDAPAuthenticationProvider. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.mongo
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.mongoModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using as storeclassAn extension of AuthProvider which is using as store -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.oauth2
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.oauth2Modifier and TypeClassDescriptionclassFactory interface for creating OAuth2 basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.otp.hotp
Subclasses of AuthenticationProvider in io.vertx.mutiny.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.mutiny.ext.auth.otp.totp
Subclasses of AuthenticationProvider in io.vertx.mutiny.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.mutiny.ext.auth.properties
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.propertiesModifier and TypeClassDescriptionclassFactory interface for creating property file basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.shiro
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.shiroModifier and TypeClassDescriptionclassFactory interface for creating Apache Shiro basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.sqlclient
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.sqlclientModifier and TypeClassDescriptionclassFactory interface for creatingAuthenticationProviderinstances that use the Vert.x SQL client. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.webauthn
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.webauthnModifier and TypeClassDescriptionclassFactory interface for creating WebAuthN basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.healthchecks
Methods in io.vertx.mutiny.ext.healthchecks with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic HealthCheckHandlerHealthCheckHandler.create(Vertx vertx, AuthenticationProvider provider) static HealthCheckHandlerHealthCheckHandler.createWithHealthChecks(HealthChecks hc, AuthenticationProvider provider) -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.shell.term
Methods in io.vertx.mutiny.ext.shell.term with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionTermServer.authenticationProvider(AuthenticationProvider provider) -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.stomp
Methods in io.vertx.mutiny.ext.stomp with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionStompServerHandler.authProvider(AuthenticationProvider handler) -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic APIKeyHandlerAPIKeyHandler.create(AuthenticationProvider authProvider) static BasicAuthHandlerBasicAuthHandler.create(AuthenticationProvider authProvider) static BasicAuthHandlerBasicAuthHandler.create(AuthenticationProvider authProvider, String realm) static FormLoginHandlerFormLoginHandler.create(AuthenticationProvider authProvider) static FormLoginHandlerFormLoginHandler.create(AuthenticationProvider authProvider, String usernameParam, String passwordParam, String returnURLParam, String directLoggedInOKURL) static RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider) static RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider, String loginRedirectURL) static RedirectAuthHandlerRedirectAuthHandler.create(AuthenticationProvider authProvider, String loginRedirectURL, String returnURLParam)