Uses of Interface
org.wildfly.core.cli.command.DMRCommand
-
-
Uses of DMRCommand in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that return DMRCommand Modifier and Type Method Description DMRCommandAeshCommands.CLIExecution. getDMRCompliant() -
Uses of DMRCommand in org.jboss.as.cli.impl.aesh.cmd.deployment
Classes in org.jboss.as.cli.impl.aesh.cmd.deployment that implement DMRCommand Modifier and Type Class Description classAbstractDeployCommandBase class for deployment deploy commands that have an header, server-groups and all-server-groups options.classAbstractDeployContentCommandBase class for deployment commands that deplkoy some content (URL or file).classAbstractUndeployCommandBase class for deployment undeploy commands (disable and undeploy).classDeployArchiveCommandDeploy using a CLI archive file (.cli file).classDeployFileCommandDeploy a file.classDeployUrlCommandDeploy an URL.classDisableAllCommandDisable all enabled deployments.classDisableCommandDisable an enabled deployment.classEnableAllCommandEnable all disabled deployments.classEnableCommandEnable a disabled deployment.classInfoCommandDisplay deployment info.classUndeployArchiveCommandUndeploy using a CLI archive file (.cli file).classUndeployCommandUndeploy a deployment. -
Uses of DMRCommand in org.jboss.as.cli.impl.aesh.cmd.security.auth
Classes in org.jboss.as.cli.impl.aesh.cmd.security.auth that implement DMRCommand Modifier and Type Class Description classAbstractDisableAuthenticationCommandBase class for any command that disables Auth.classAbstractEnableAuthenticationCommandBase class for any command that enables Auth.classAbstractMgmtDisableAuthenticationCommandclassAbstractMgmtEnableAuthenticationCommandclassAbstractReorderSASLCommandSASL mechanism re-ordering.classHTTPServerDisableAuthCommandDisable authentication applied to an http-server security-domain.classHTTPServerEnableAuthCommandEnable authentication for a given http-server security domain.classManagementDisableHTTPCommandDisable HTTP authentication applied to a management interface.classManagementDisableSASLCommandDisable SASL authentication applied to a management interface.classManagementEnableHTTPCommandEnable HTTP authentication for a management interface.classManagementEnableSASLCommandEnable SASL authentication for a management interface.classManagementReorderSASLCommandReorder sasl mechanisms of a sasl factory attached to a management interface. -
Uses of DMRCommand in org.jboss.as.cli.impl.aesh.cmd.security.ssl
Classes in org.jboss.as.cli.impl.aesh.cmd.security.ssl that implement DMRCommand Modifier and Type Class Description classAbstractEnableSSLCommandBase class for any command that enables SSL.classHTTPServerDisableSSLCommandclassHTTPServerEnableSSLCommandCommand to enable SSL for a given undertow server.classManagementDisableSSLCommandclassManagementEnableSSLCommandA command to enable SSL for a given management interface. -
Uses of DMRCommand in org.wildfly.core.cli.command
Subinterfaces of DMRCommand in org.wildfly.core.cli.command Modifier and Type Interface Description interfaceBatchCompliantCommandA Command that can be added to batch must implement this interface.
-