Uses of Class
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
- 
- 
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth Modifier and Type Class Description classAuthProviderUser-facing interface for authenticating users.classChainAuthChain several authentication providers as if they were one.Methods in io.vertx.mutiny.ext.auth with parameters of type AuthenticationProvider Modifier and Type Method Description ChainAuthChainAuth. add(AuthenticationProvider other) - 
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.authentication
Fields in io.vertx.mutiny.ext.auth.authentication with type parameters of type AuthenticationProvider Modifier and Type Field Description static TypeArg<AuthenticationProvider>AuthenticationProvider. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.authentication that return AuthenticationProvider Modifier and Type Method Description static 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.htdigest Modifier and Type Class Description classHtdigestAuthAn 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.htpasswd Modifier and Type Class Description classHtpasswdAuthAn 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.jdbc Modifier and Type Class Description classJDBCAuthFactory interface for creatingAuthenticationProviderinstances that use the Vert.x JDBC client.classJDBCAuthenticationNOTE: 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.jwt Modifier and Type Class Description classJWTAuthFactory interface for creating JWT basedAuthenticationProviderinstances. - 
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldap
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.ldap Modifier and Type Class Description classLdapAuthenticationFactory interface for creating a LDAPAuthenticationProvider. - 
Uses of AuthenticationProvider in io.vertx.mutiny.ext.auth.mongo
Subclasses of AuthenticationProvider in io.vertx.mutiny.ext.auth.mongo Modifier and Type Class Description classMongoAuthAn extension of AuthProvider which is using as storeclassMongoAuthenticationAn 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.oauth2 Modifier and Type Class Description classOAuth2AuthFactory 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.hotp Modifier and Type Class Description classHotpAuthAn 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.totp Modifier and Type Class Description classTotpAuthAn 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.properties Modifier and Type Class Description classPropertyFileAuthenticationFactory 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.shiro Modifier and Type Class Description classShiroAuthFactory 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.sqlclient Modifier and Type Class Description classSqlAuthenticationFactory 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.webauthn Modifier and Type Class Description classWebAuthnFactory 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 AuthenticationProvider Modifier and Type Method Description static 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 AuthenticationProvider Modifier and Type Method Description TermServerTermServer. authenticationProvider(AuthenticationProvider provider) - 
Uses of AuthenticationProvider in io.vertx.mutiny.ext.stomp
Methods in io.vertx.mutiny.ext.stomp with parameters of type AuthenticationProvider Modifier and Type Method Description StompServerHandlerStompServerHandler. 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 AuthenticationProvider Modifier and Type Method Description static 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) 
 -