Uses of Class
io.vertx.mutiny.ext.auth.AuthProvider
Packages that use AuthProvider
Package
Description
-
Uses of AuthProvider in io.vertx.mutiny.ext.auth
Fields in io.vertx.mutiny.ext.auth with type parameters of type AuthProviderMethods in io.vertx.mutiny.ext.auth that return AuthProviderModifier and TypeMethodDescriptionstatic AuthProvider
AuthProvider.newInstance
(io.vertx.ext.auth.AuthProvider arg) Methods in io.vertx.mutiny.ext.auth with parameters of type AuthProviderModifier and TypeMethodDescriptionvoid
User.setAuthProvider
(AuthProvider authProvider) Deprecated. -
Uses of AuthProvider in io.vertx.mutiny.ext.auth.jdbc
Subclasses of AuthProvider in io.vertx.mutiny.ext.auth.jdbcModifier and TypeClassDescriptionclass
Factory interface for creatingAuthenticationProvider
instances that use the Vert.x JDBC client. -
Uses of AuthProvider in io.vertx.mutiny.ext.auth.mongo
Subclasses of AuthProvider in io.vertx.mutiny.ext.auth.mongoModifier and TypeClassDescriptionclass
An extension of AuthProvider which is using as store -
Uses of AuthProvider in io.vertx.mutiny.ext.auth.shiro
Subclasses of AuthProvider in io.vertx.mutiny.ext.auth.shiroModifier and TypeClassDescriptionclass
Factory interface for creating Apache Shiro basedAuthenticationProvider
instances. -
Uses of AuthProvider in io.vertx.mutiny.ext.shell.term
Methods in io.vertx.mutiny.ext.shell.term with parameters of type AuthProvider
TermServer.authenticationProvider(AuthenticationProvider)
Set an auth provider to use, any provider configured in options will override this provider.