public abstract class CommandContextFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
CommandContextFactory() |
Modifier and Type | Method and Description |
---|---|
static CommandContextFactory |
getInstance() |
abstract CommandContext |
newCommandContext() |
abstract CommandContext |
newCommandContext(CommandContextConfiguration configuration) |
abstract CommandContext |
newCommandContext(String username,
char[] password) |
abstract CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password)
Deprecated.
Use
newCommandContext(String, String, char[]) instead. |
abstract CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
abstract CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput)
Deprecated.
|
abstract CommandContext |
newCommandContext(String controller,
String username,
char[] password) |
abstract CommandContext |
newCommandContext(String controller,
String username,
char[] password,
boolean disableLocalAuth,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
abstract CommandContext |
newCommandContext(String controller,
String username,
char[] password,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
abstract CommandContext |
newCommandContext(String controller,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput) |
public static CommandContextFactory getInstance() throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext() throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext(String username, char[] password) throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext(String controller, String username, char[] password) throws CliInitializationException
CliInitializationException
@Deprecated public abstract CommandContext newCommandContext(String controller, String username, char[] password, boolean initConsole, int connectionTimeout) throws CliInitializationException
newCommandContext(CommandContextConfiguration configuration)
instead.CliInitializationException
@Deprecated public abstract CommandContext newCommandContext(String controller, String username, char[] password, boolean disableLocalAuth, boolean initConsole, int connectionTimeout) throws CliInitializationException
newCommandContext(CommandContextConfiguration configuration)
instead.CliInitializationException
public abstract CommandContext newCommandContext(String controller, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput) throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext(CommandContextConfiguration configuration) throws CliInitializationException
CliInitializationException
@Deprecated public abstract CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password) throws CliInitializationException
newCommandContext(String, String, char[])
instead.CliInitializationException
@Deprecated public abstract CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password, boolean initConsole, int connectionTimeout) throws CliInitializationException
newCommandContext(String, int, String, char[], boolean, int)
instead.CliInitializationException
@Deprecated public abstract CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password, InputStream consoleInput, OutputStream consoleOutput) throws CliInitializationException
newCommandContext(String, int, String, char[], InputStream, OutputStream)
instead.CliInitializationException
Copyright © 2023 JBoss by Red Hat. All rights reserved.