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 |
isInitConsole() |
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()
Copyright © 2015 JBoss by Red Hat. All rights reserved.