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