Class SecurityCommand

  • All Implemented Interfaces:
    org.aesh.command.Command<CLICommandInvocation>, org.aesh.command.GroupCommand<CLICommandInvocation>

    public class SecurityCommand
    extends Object
    implements org.aesh.command.GroupCommand<CLICommandInvocation>
    Parent command of all security related commands. Contains definitions of all option names and option completers. This is the class to evolve when adding new sub commands. Contains utility methods to execute remote requests and reload the server.
    Author:
    jdenise@redhat.com