Uses of Class
io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
Packages that use SqlAuthentication
-
Uses of SqlAuthentication in io.vertx.mutiny.ext.auth.sqlclient
Fields in io.vertx.mutiny.ext.auth.sqlclient with type parameters of type SqlAuthenticationModifier and TypeFieldDescriptionstatic final TypeArg<SqlAuthentication>SqlAuthentication.__TYPE_ARGMethods in io.vertx.mutiny.ext.auth.sqlclient that return SqlAuthenticationModifier and TypeMethodDescriptionSqlAuthentication.authenticateAndForget(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.static SqlAuthenticationCreate a JDBC auth provider implementationstatic SqlAuthenticationSqlAuthentication.create(SqlClient client, io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions options) Create a JDBC auth provider implementationstatic SqlAuthenticationSqlAuthentication.newInstance(io.vertx.ext.auth.sqlclient.SqlAuthentication delegate) Creates a new instance of theSqlAuthentication.