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 AuthProviderAuthProvider.newInstance(io.vertx.ext.auth.AuthProvider arg) Methods in io.vertx.mutiny.ext.auth with parameters of type AuthProviderModifier and TypeMethodDescriptionvoidUser.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 TypeClassDescriptionclassFactory interface for creatingAuthenticationProviderinstances 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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassFactory interface for creating Apache Shiro basedAuthenticationProviderinstances. -
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.