Raritan PX2/PX3 JSON-RPC API
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
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