public class GetAdminUserCommand extends Object implements ChadCommand
| Constructor and Description |
|---|
GetAdminUserCommand(String username) |
| Modifier and Type | Method and Description |
|---|---|
AdminUser |
getAdminUser() |
void |
process()
All the logic of a particular command
|
void |
setUsername(String username) |
public GetAdminUserCommand(String username)
public void process()
throws CommmandExecutionException
ChadCommandprocess in interface ChadCommandCommmandExecutionException - If a command execution failspublic void setUsername(String username)
public AdminUser getAdminUser()
Copyright © 2015 WSO2 Inc. All rights reserved.