Uses of Class
io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
-
Packages that use SqlAuthenticationOptions Package Description io.vertx.ext.auth.sqlclient io.vertx.reactivex.ext.auth.sqlclient io.vertx.rxjava3.ext.auth.sqlclient -
-
Uses of SqlAuthenticationOptions in io.vertx.ext.auth.sqlclient
Methods in io.vertx.ext.auth.sqlclient that return SqlAuthenticationOptions Modifier and Type Method Description SqlAuthenticationOptions
SqlAuthenticationOptions. setAuthenticationQuery(String authenticationQuery)
Set the authentication query to use.Methods in io.vertx.ext.auth.sqlclient with parameters of type SqlAuthenticationOptions Modifier and Type Method Description static SqlAuthentication
SqlAuthentication. create(SqlClient client, SqlAuthenticationOptions options)
Create a JDBC auth provider implementation -
Uses of SqlAuthenticationOptions in io.vertx.reactivex.ext.auth.sqlclient
Methods in io.vertx.reactivex.ext.auth.sqlclient with parameters of type SqlAuthenticationOptions Modifier and Type Method Description static SqlAuthentication
SqlAuthentication. create(SqlClient client, SqlAuthenticationOptions options)
Create a JDBC auth provider implementation -
Uses of SqlAuthenticationOptions in io.vertx.rxjava3.ext.auth.sqlclient
Methods in io.vertx.rxjava3.ext.auth.sqlclient with parameters of type SqlAuthenticationOptions Modifier and Type Method Description static SqlAuthentication
SqlAuthentication. create(SqlClient client, SqlAuthenticationOptions options)
Create a JDBC auth provider implementation
-