vertx-auth-sql-client
instead.
Options configuring JDBC authentication.@Deprecated public class JDBCAuthenticationOptions extends Object
Constructor and Description |
---|
JDBCAuthenticationOptions()
Deprecated.
|
JDBCAuthenticationOptions(JsonObject json)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationQuery()
Deprecated.
|
JDBCAuthenticationOptions |
setAuthenticationQuery(String authenticationQuery)
Deprecated.
Set the authentication query to use.
|
public JDBCAuthenticationOptions()
public JDBCAuthenticationOptions(JsonObject json)
public String getAuthenticationQuery()
public JDBCAuthenticationOptions setAuthenticationQuery(String authenticationQuery)
authenticationQuery
- the authentication queryCopyright © 2023 Eclipse. All rights reserved.