Class AddUser.AddUserCommand

  • All Implemented Interfaces:
    org.aesh.command.Command
    Enclosing class:
    AddUser

    public static class AddUser.AddUserCommand
    extends Object
    implements org.aesh.command.Command
    • Constructor Detail

      • AddUserCommand

        public AddUserCommand()
    • Method Detail

      • execute

        public org.aesh.command.CommandResult execute​(org.aesh.command.invocation.CommandInvocation commandInvocation)
                                               throws InterruptedException
        Specified by:
        execute in interface org.aesh.command.Command
        Throws:
        InterruptedException
      • getRealm

        public String getRealm()
      • getUser

        public String getUser()
      • getPassword

        public String getPassword()
      • getRoles

        public String getRoles()
      • getIterations

        public int getIterations()
      • isDomain

        public boolean isDomain()
      • getSc

        public String getSc()
      • getDc

        public String getDc()
      • isHelp

        public boolean isHelp()