Class ManagementDisableSSLCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.ssl.ManagementDisableSSLCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,DMRCommand
public class ManagementDisableSSLCommand extends Object implements org.aesh.command.Command<CLICommandInvocation>, DMRCommand
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description ManagementDisableSSLCommand(AtomicReference<EmbeddedProcessLaunch> embeddedServerRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodebuildRequest(CommandContext context)org.aesh.command.CommandResultexecute(CLICommandInvocation commandInvocation)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.core.cli.command.DMRCommand
buildRequest
-
-
-
-
Constructor Detail
-
ManagementDisableSSLCommand
public ManagementDisableSSLCommand(AtomicReference<EmbeddedProcessLaunch> embeddedServerRef)
-
-
Method Detail
-
execute
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
- Specified by:
executein interfaceorg.aesh.command.Command<CLICommandInvocation>- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
buildRequest
public org.jboss.dmr.ModelNode buildRequest(CommandContext context) throws CommandFormatException
- Specified by:
buildRequestin interfaceDMRCommand- Throws:
CommandFormatException
-
-