Package org.keycloak.wildfly.adduser
Class AddUser.AddUserCommand
- java.lang.Object
-
- org.keycloak.wildfly.adduser.AddUser.AddUserCommand
-
-
Constructor Summary
Constructors Constructor Description AddUserCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation commandInvocation)StringgetDc()intgetIterations()StringgetPassword()StringgetRealm()StringgetRoles()StringgetSc()StringgetUser()booleanisDomain()booleanisHelp()
-
-
-
Method Detail
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws InterruptedException- Specified by:
executein interfaceorg.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()
-
-