Uses of Class
com.exasol.bucketfs.jsonrpc.CommandFactory.Builder
-
Packages that use CommandFactory.Builder Package Description com.exasol.bucketfs.jsonrpc -
-
Uses of CommandFactory.Builder in com.exasol.bucketfs.jsonrpc
Methods in com.exasol.bucketfs.jsonrpc that return CommandFactory.Builder Modifier and Type Method Description CommandFactory.BuilderCommandFactory.Builder. basicAuthentication(String username, String password)Authenticate via basic authentication.CommandFactory.BuilderCommandFactory.Builder. bearerTokenAuthentication(String token)Authenticate via the given bearer token.static CommandFactory.BuilderCommandFactory. builder()Create a new builder forCommandFactory.CommandFactory.BuilderCommandFactory.Builder. certificate(X509Certificate certificate)Use the given certificate for TLS connections.CommandFactory.BuilderCommandFactory.Builder. raiseTlsErrors(boolean raise)Define if TLS errors should raise an error when executing requests or if they should be ignored.CommandFactory.BuilderCommandFactory.Builder. serverUrl(String serverUrl)Set the URL of the RPC interface, e.g.
-