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