Class ConfigCredentialsCmd

All Implemented Interfaces:
org.jboss.aesh.console.command.Command

public class ConfigCredentialsCmd extends AbstractAuthOptionsCmd implements org.jboss.aesh.console.command.Command
Author:
Marko Strukelj
  • Constructor Details

    • ConfigCredentialsCmd

      public ConfigCredentialsCmd()
  • Method Details

    • init

      public void init(ConfigData configData)
    • execute

      public org.jboss.aesh.console.command.CommandResult execute(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation) throws org.jboss.aesh.console.command.CommandException, InterruptedException
      Specified by:
      execute in interface org.jboss.aesh.console.command.Command
      Throws:
      org.jboss.aesh.console.command.CommandException
      InterruptedException
    • nothingToDo

      protected boolean nothingToDo()
      Overrides:
      nothingToDo in class AbstractGlobalOptionsCmd
    • process

      public org.jboss.aesh.console.command.CommandResult process(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation) throws org.jboss.aesh.console.command.CommandException, InterruptedException
      Throws:
      org.jboss.aesh.console.command.CommandException
      InterruptedException
    • suggestHelp

      protected String suggestHelp()
    • help

      protected String help()
      Overrides:
      help in class AbstractGlobalOptionsCmd
    • usage

      public static String usage()