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 TypeClassDescriptionclass
Deprecated.class
Chain 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_ARG
Methods in io.vertx.mutiny.ext.auth.authentication that return AuthenticationProviderModifier and TypeMethodDescriptionstatic AuthenticationProvider
AuthenticationProvider.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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
Factory interface for creatingAuthenticationProvider
instances that use the Vert.x JDBC client.class
Deprecated. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jwt
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.jwtModifier and TypeClassDescriptionclass
Factory interface for creating JWT basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldap
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldapModifier and TypeClassDescriptionclass
Factory 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 TypeClassDescriptionclass
An extension of AuthProvider which is using as storeclass
An 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 TypeClassDescriptionclass
Factory interface for creating OAuth2 basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.otp.hotp
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.otp.hotpModifier and TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
Factory interface for creating property file basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.shiro
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.shiro -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.sqlclient
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.sqlclientModifier and TypeClassDescriptionclass
Factory interface for creatingAuthenticationProvider
instances 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 TypeClassDescriptionclass
Factory interface for creating WebAuthN basedAuthenticationProvider
instances. -
Uses of AuthenticationProvider in io.vertx.mutiny.ext.healthchecks
Methods in io.vertx.mutiny.ext.healthchecks with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic HealthCheckHandler
HealthCheckHandler.create
(Vertx vertx, AuthenticationProvider provider) static HealthCheckHandler
HealthCheckHandler.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 APIKeyHandler
APIKeyHandler.create
(AuthenticationProvider authProvider) static BasicAuthHandler
BasicAuthHandler.create
(AuthenticationProvider authProvider) static BasicAuthHandler
BasicAuthHandler.create
(AuthenticationProvider authProvider, String realm) static FormLoginHandler
FormLoginHandler.create
(AuthenticationProvider authProvider) static FormLoginHandler
FormLoginHandler.create
(AuthenticationProvider authProvider, String usernameParam, String passwordParam, String returnURLParam, String directLoggedInOKURL) static RedirectAuthHandler
RedirectAuthHandler.create
(AuthenticationProvider authProvider) static RedirectAuthHandler
RedirectAuthHandler.create
(AuthenticationProvider authProvider, String loginRedirectURL) static RedirectAuthHandler
RedirectAuthHandler.create
(AuthenticationProvider authProvider, String loginRedirectURL, String returnURLParam)