Uses of Class
org.jboss.as.controller.client.ModelControllerClientConfiguration.Builder
Packages that use ModelControllerClientConfiguration.Builder
Package
Description
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
-
Uses of ModelControllerClientConfiguration.Builder in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return ModelControllerClientConfiguration.BuilderModifier and TypeMethodDescriptionModelControllerClientConfiguration.Builder.setAuthenticationConfigUri(URI authConfigUri) Deprecated.ModelControllerClientConfiguration.Builder.setClientBindAddress(String clientBindAddress) Sets the local address to which the client socket should be bound.ModelControllerClientConfiguration.Builder.setConnectionTimeout(int connectionTimeout) Maximum time, in milliseconds, to wait for the connection to be establishedModelControllerClientConfiguration.Builder.setHandler(CallbackHandler handler) Sets the handler for callbacks to obtain authentication information.ModelControllerClientConfiguration.Builder.setHostName(String hostName) Sets the remote host name to which the client should connect.ModelControllerClientConfiguration.Builder.setPort(int port) Sets the remote port to which the client should connectModelControllerClientConfiguration.Builder.setProtocol(String protocol) Sets the protocol to use for communicating with the remote process.ModelControllerClientConfiguration.Builder.setSaslOptions(Map<String, String> saslOptions) Sets the SASL options for the remote connectionModelControllerClientConfiguration.Builder.setSslContext(SSLContext sslContext) Sets the SSL context for the remote connectionModelControllerClientConfiguration.Builder.setSslContextFactory(SecurityFactory<SSLContext> sslContextFactory) Sets the SSLContext factory to obtain the SSLContext from for the remote connection
AuthenticationContextand using aContextualModelControllerClient