Uses of Interface
io.vertx.ext.auth.sqlclient.SqlAuthentication
-
Packages that use SqlAuthentication Package Description io.vertx.ext.auth.sqlclient io.vertx.reactivex.ext.auth.sqlclient io.vertx.rxjava3.ext.auth.sqlclient -
-
Uses of SqlAuthentication in io.vertx.ext.auth.sqlclient
Methods in io.vertx.ext.auth.sqlclient that return SqlAuthentication Modifier and Type Method Description static SqlAuthentication
SqlAuthentication. create(SqlClient client)
Create a JDBC auth provider implementationstatic SqlAuthentication
SqlAuthentication. create(SqlClient client, SqlAuthenticationOptions options)
Create a JDBC auth provider implementation -
Uses of SqlAuthentication in io.vertx.reactivex.ext.auth.sqlclient
Methods in io.vertx.reactivex.ext.auth.sqlclient that return SqlAuthentication Modifier and Type Method Description SqlAuthentication
SqlAuthentication. getDelegate()
Methods in io.vertx.reactivex.ext.auth.sqlclient with parameters of type SqlAuthentication Modifier and Type Method Description static SqlAuthentication
SqlAuthentication. newInstance(SqlAuthentication arg)
Constructors in io.vertx.reactivex.ext.auth.sqlclient with parameters of type SqlAuthentication Constructor Description SqlAuthentication(SqlAuthentication delegate)
-
Uses of SqlAuthentication in io.vertx.rxjava3.ext.auth.sqlclient
Methods in io.vertx.rxjava3.ext.auth.sqlclient that return SqlAuthentication Modifier and Type Method Description SqlAuthentication
SqlAuthentication. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.sqlclient with parameters of type SqlAuthentication Modifier and Type Method Description static SqlAuthentication
SqlAuthentication. newInstance(SqlAuthentication arg)
Constructors in io.vertx.rxjava3.ext.auth.sqlclient with parameters of type SqlAuthentication Constructor Description SqlAuthentication(SqlAuthentication delegate)
-