Class SqlAuthenticationOptions
java.lang.Object
io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
Options configuring JDBC authentication.
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAuthenticationQuery(String authenticationQuery) Set the authentication query to use.toJson()
-
Constructor Details
-
SqlAuthenticationOptions
public SqlAuthenticationOptions() -
SqlAuthenticationOptions
-
-
Method Details
-
getAuthenticationQuery
-
setAuthenticationQuery
Set the authentication query to use. Use this if you want to override the default authentication query.- Parameters:
authenticationQuery- the authentication query- Returns:
- a reference to this, so the API can be used fluently
-
toJson
-