| Modifier and Type | Method and Description |
|---|---|
DMRCommand |
AeshCommands.CLIExecution.getDMRCompliant() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeployCommand
Base class for deployment deploy commands that have an header, server-groups
and all-server-groups options.
|
class |
AbstractDeployContentCommand
Base class for deployment commands that deplkoy some content (URL or file).
|
class |
AbstractUndeployCommand
Base class for deployment undeploy commands (disable and undeploy).
|
class |
DeployArchiveCommand
Deploy using a CLI archive file (.cli file).
|
class |
DeployFileCommand
Deploy a file.
|
class |
DeployUrlCommand
Deploy an URL.
|
class |
DisableAllCommand
Disable all enabled deployments.
|
class |
DisableCommand
Disable an enabled deployment.
|
class |
EnableAllCommand
Enable all disabled deployments.
|
class |
EnableCommand
Enable a disabled deployment.
|
class |
InfoCommand
Display deployment info.
|
class |
UndeployArchiveCommand
Undeploy using a CLI archive file (.cli file).
|
class |
UndeployCommand
Undeploy a deployment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDisableAuthenticationCommand
Base class for any command that disables Auth.
|
class |
AbstractEnableAuthenticationCommand
Base class for any command that enables Auth.
|
class |
AbstractMgmtDisableAuthenticationCommand |
class |
AbstractMgmtEnableAuthenticationCommand |
class |
AbstractReorderSASLCommand
SASL mechanism re-ordering.
|
class |
HTTPServerDisableAuthCommand
Disable authentication applied to an http-server security-domain.
|
class |
HTTPServerEnableAuthCommand
Enable authentication for a given http-server security domain.
|
class |
ManagementDisableHTTPCommand
Disable HTTP authentication applied to a management interface.
|
class |
ManagementDisableSASLCommand
Disable SASL authentication applied to a management interface.
|
class |
ManagementEnableHTTPCommand
Enable HTTP authentication for a management interface.
|
class |
ManagementEnableSASLCommand
Enable SASL authentication for a management interface.
|
class |
ManagementReorderSASLCommand
Reorder sasl mechanisms of a sasl factory attached to a management interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnableSSLCommand
Base class for any command that enables SSL.
|
class |
HTTPServerDisableSSLCommand |
class |
HTTPServerEnableSSLCommand
Command to enable SSL for a given undertow server.
|
class |
ManagementDisableSSLCommand |
class |
ManagementEnableSSLCommand
A command to enable SSL for a given management interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchCompliantCommand
A Command that can be added to batch must implement this interface.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.