public interface PasswordCommandService
| Modifier and Type | Method and Description |
|---|---|
KuraResponsePayload |
execute(KuraRequestPayload commandReq)
Password protected command execution service
|
String |
execute(String cmd,
String password)
Password protected command execution service
|
String execute(String cmd, String password) throws KuraException
cmd - Command to be executedpassword - Password as specified in the CommandServiceKuraException - raised if the command service is disabled, if the password is not correct
or if an internal error occursKuraResponsePayload execute(KuraRequestPayload commandReq)
commandReq - Payload containing command informationCopyright © 2015. All Rights Reserved.