Uses of Interface
io.vertx.ext.auth.authentication.AuthenticationProvider
Packages that use AuthenticationProvider
Package
Description
-
Uses of AuthenticationProvider in io.vertx.ext.auth
Subinterfaces of AuthenticationProvider in io.vertx.ext.authModifier and TypeInterfaceDescriptioninterfaceChain several authentication providers as if they were one.Methods in io.vertx.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.ext.auth.htdigest
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.htdigestModifier and TypeInterfaceDescriptioninterfaceAn extension of AuthProvider which is using .htdigest file as store -
Uses of AuthenticationProvider in io.vertx.ext.auth.htpasswd
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.htpasswdModifier and TypeInterfaceDescriptioninterfaceAn extension of AuthProvider which is using htpasswd file as store -
Uses of AuthenticationProvider in io.vertx.ext.auth.jwt
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.jwtModifier and TypeInterfaceDescriptioninterfaceFactory interface for creating JWT basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.ext.auth.ldap
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.ldapModifier and TypeInterfaceDescriptioninterfaceFactory interface for creating a LDAPAuthenticationProvider. -
Uses of AuthenticationProvider in io.vertx.ext.auth.mongo
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.mongoModifier and TypeInterfaceDescriptioninterfaceAn extension of AuthProvider which is usingMongoClientas store -
Uses of AuthenticationProvider in io.vertx.ext.auth.oauth2
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.oauth2Modifier and TypeInterfaceDescriptioninterfaceFactory interface for creating OAuth2 basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.ext.auth.otp.hotp
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.otp.hotpModifier and TypeInterfaceDescriptioninterfaceAn extension of AuthProvider which uses the one time passwords based on counter to perform authentication. -
Uses of AuthenticationProvider in io.vertx.ext.auth.otp.totp
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.otp.totpModifier and TypeInterfaceDescriptioninterfaceAn extension of AuthProvider which uses the one time passwords based on time to perform authentication. -
Uses of AuthenticationProvider in io.vertx.ext.auth.properties
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.propertiesModifier and TypeInterfaceDescriptioninterfaceFactory interface for creating property file basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.ext.auth.sqlclient
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.sqlclientModifier and TypeInterfaceDescriptioninterfaceFactory interface for creatingAuthenticationProviderinstances that use the Vert.x SQL client. -
Uses of AuthenticationProvider in io.vertx.ext.auth.webauthn4j
Subinterfaces of AuthenticationProvider in io.vertx.ext.auth.webauthn4jModifier and TypeInterfaceDescriptioninterfaceFactory interface for creating WebAuthN basedAuthenticationProviderinstances. -
Uses of AuthenticationProvider in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionTermServer.authenticationProvider(AuthenticationProvider provider) Set an auth provider to use, any provider configured in options will override this provider. -
Uses of AuthenticationProvider in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionStompServerHandler.authProvider(AuthenticationProvider handler) Configures theAuthenticationProviderto be used to authenticate the user. -
Uses of AuthenticationProvider in io.vertx.ext.web.handler
Methods in io.vertx.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.ext.web.healthchecks
Methods in io.vertx.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. -
Uses of AuthenticationProvider in io.vertx.reactivex.ext.auth.authentication
Methods in io.vertx.reactivex.ext.auth.authentication that return AuthenticationProviderMethods in io.vertx.reactivex.ext.auth.authentication with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic AuthenticationProviderAuthenticationProvider.newInstance(AuthenticationProvider arg) Constructors in io.vertx.reactivex.ext.auth.authentication with parameters of type AuthenticationProvider -
Uses of AuthenticationProvider in io.vertx.rxjava3.ext.auth.authentication
Methods in io.vertx.rxjava3.ext.auth.authentication that return AuthenticationProviderMethods in io.vertx.rxjava3.ext.auth.authentication with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic AuthenticationProviderAuthenticationProvider.newInstance(AuthenticationProvider arg) Constructors in io.vertx.rxjava3.ext.auth.authentication with parameters of type AuthenticationProvider -
Uses of AuthenticationProvider in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic AuthenticationInterceptorAuthenticationInterceptor.create(AuthenticationProvider authenticationProvider)