Constructor and Description |
---|
AddUserCommand() |
Modifier and Type | Method and Description |
---|---|
org.aesh.command.CommandResult |
execute(org.aesh.command.invocation.CommandInvocation commandInvocation) |
String |
getDc() |
int |
getIterations() |
String |
getPassword() |
String |
getRealm() |
String |
getRoles() |
String |
getSc() |
String |
getUser() |
boolean |
isDomain() |
boolean |
isHelp() |
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws InterruptedException
execute
in interface org.aesh.command.Command
InterruptedException
public String getRealm()
public String getUser()
public String getPassword()
public String getRoles()
public int getIterations()
public boolean isDomain()
public String getSc()
public String getDc()
public boolean isHelp()
Copyright © 2021 JBoss by Red Hat. All rights reserved.