public interface ModelControllerClientConfiguration extends Closeable
ModelControllerClient
.Modifier and Type | Interface and Description |
---|---|
static class |
ModelControllerClientConfiguration.Builder |
static class |
ModelControllerClientConfiguration.Factory
Deprecated.
Use
ModelControllerClientConfiguration.Builder instead. |
Modifier and Type | Method and Description |
---|---|
default URI |
getAuthenticationConfigUri()
Deprecated.
this may be removed in a future release in favor of creating an
AuthenticationContext and using a
ContextualModelControllerClient |
CallbackHandler |
getCallbackHandler()
Get the security callback handler.
|
String |
getClientBindAddress()
Get the bind address used for the controller client.
|
int |
getConnectionTimeout()
Get the connection timeout when trying to connect to the server.
|
ExecutorService |
getExecutor()
Get the executor service used for the controller client.
|
String |
getHost()
Get the address of the remote host.
|
int |
getPort()
Get the port of the remote host.
|
String |
getProtocol()
Returns the requested protocol.
|
Map<String,String> |
getSaslOptions()
Get the sasl options.
|
SSLContext |
getSSLContext()
Deprecated.
|
SecurityFactory<SSLContext> |
getSslContextFactory()
Get the factory to access the SSLContext.
|
String getHost()
int getPort()
String getProtocol()
int getConnectionTimeout()
CallbackHandler getCallbackHandler()
@Deprecated SSLContext getSSLContext()
getSslContextFactory()
SecurityFactory<SSLContext> getSslContextFactory()
ExecutorService getExecutor()
String getClientBindAddress()
@Deprecated default URI getAuthenticationConfigUri()
AuthenticationContext
and using a
ContextualModelControllerClient
null
to use auto
discoveryCopyright © 2021 JBoss by Red Hat. All rights reserved.