Uses of Class
io.vertx.mutiny.ext.auth.AuthProvider
-
Packages that use AuthProvider Package Description io.vertx.mutiny.ext.auth io.vertx.mutiny.ext.auth.jdbc io.vertx.mutiny.ext.auth.mongo io.vertx.mutiny.ext.auth.shiro io.vertx.mutiny.ext.shell.term -
-
Uses of AuthProvider in io.vertx.mutiny.ext.auth
Fields in io.vertx.mutiny.ext.auth with type parameters of type AuthProvider Modifier and Type Field Description static TypeArg<AuthProvider>AuthProvider. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth that return AuthProvider Modifier and Type Method Description static AuthProviderAuthProvider. newInstance(io.vertx.ext.auth.AuthProvider arg)Methods in io.vertx.mutiny.ext.auth with parameters of type AuthProvider Modifier and Type Method Description voidUser. setAuthProvider(AuthProvider authProvider)Deprecated. -
Uses of AuthProvider in io.vertx.mutiny.ext.auth.jdbc
Subclasses of AuthProvider in io.vertx.mutiny.ext.auth.jdbc Modifier and Type Class Description classJDBCAuthFactory 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.mongo Modifier and Type Class Description classMongoAuthAn 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.shiro Modifier and Type Class Description classShiroAuthFactory 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 Modifier and Type Method Description TermServerTermServer. authProvider(AuthProvider provider)Deprecated.SeeTermServer.authenticationProvider(AuthenticationProvider)Set an auth provider to use, any provider configured in options will override this provider.
-