public class SqlAuthenticationOptions extends Object
| Constructor and Description | 
|---|
| SqlAuthenticationOptions() | 
| SqlAuthenticationOptions(JsonObject json) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAuthenticationQuery() | 
| SqlAuthenticationOptions | setAuthenticationQuery(String authenticationQuery)Set the authentication query to use. | 
| JsonObject | toJson() | 
public SqlAuthenticationOptions()
public SqlAuthenticationOptions(JsonObject json)
public String getAuthenticationQuery()
public SqlAuthenticationOptions setAuthenticationQuery(String authenticationQuery)
authenticationQuery - the authentication querypublic JsonObject toJson()
Copyright © 2021 Eclipse. All rights reserved.