public class CommandContextConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommandContextConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getClientBindAddress() |
int |
getConnectionTimeout() |
InputStream |
getConsoleInput() |
OutputStream |
getConsoleOutput() |
String |
getController() |
char[] |
getPassword() |
String |
getUsername() |
boolean |
isDisableLocalAuth() |
Boolean |
isErrorOnInteract() |
boolean |
isInitConsole() |
boolean |
isSilent() |
public String getController()
public String getUsername()
public char[] getPassword()
public String getClientBindAddress()
public InputStream getConsoleInput()
public OutputStream getConsoleOutput()
public boolean isInitConsole()
public int getConnectionTimeout()
public boolean isDisableLocalAuth()
public boolean isSilent()
public Boolean isErrorOnInteract()
Copyright © 2023 JBoss by Red Hat. All rights reserved.