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_ARG
Methods in io.vertx.mutiny.ext.auth that return AuthProvider Modifier and Type Method Description static AuthProvider
AuthProvider. newInstance(io.vertx.ext.auth.AuthProvider arg)
Methods in io.vertx.mutiny.ext.auth with parameters of type AuthProvider Modifier and Type Method Description void
User. 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 class
JDBCAuth
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.mongo Modifier and Type Class Description class
MongoAuth
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.shiro Modifier and Type Class Description class
ShiroAuth
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 Modifier and Type Method Description TermServer
TermServer. authProvider(AuthProvider provider)
-