Raritan PX2/PX3 JSON-RPC API
Public Member Functions | Public Attributes | List of all members
security::ServiceAuthorization Interface Reference

Service Authorization Configuration. More...

import"ServiceAuthorization.idl";

Public Member Functions

int setPassword (in string service, in string password)
 Change a certain service password. More...
 

Public Attributes

constant int ERR_PASSWORD_INVALID = 1
 Invalid password.
 

Detailed Description

Service Authorization Configuration.

Member Function Documentation

int security::ServiceAuthorization::setPassword ( in string  service,
in string  password 
)

Change a certain service password.

Parameters
serviceThe service to set the password for
passwordThe new password
Returns
0 if ok
ERR_PASSWORD_INVALID if new password cannot be applied

The documentation for this interface was generated from the following file: