Raritan PX2/PX3 JSON-RPC API
ServiceAuthorization.idl
1 
4 module security {
5 
7  interface ServiceAuthorization {
8 
9  constant int ERR_PASSWORD_INVALID = 1;
10 
20  int setPassword(in string service, in string password);
21  };
22 
23 }
Service Authorization Configuration.
Definition: ServiceAuthorization.idl:7
Security Configuration
Definition: Security.idl:6