Raritan PX2/PX3 JSON-RPC API
Classes | Enumerations | Variables
security Module Reference

Security Configuration More...

Classes

struct  IpFw_2_0_0
 IP packet filter configuration. More...
 
struct  IpfwRule
 IP packet filter rule. More...
 
struct  PasswordSettings
 Password settings. More...
 
struct  RestrictedServiceAgreement
 Restricted Service Agreement settings. More...
 
struct  RoleAccessControl
 Role-based access control settings. More...
 
struct  RoleAccessRule
 Role-based access rule. More...
 
interface  Security_3_0_1
 Security configuration interface More...
 
interface  ServiceAuthorization
 Service Authorization Configuration. More...
 
struct  SSHSettings
 SSH authentication settings. More...
 

Enumerations

enum  IpfwPolicy { ACCEPT, DROP, REJECT }
 IP packet filter policy. More...
 
enum  RoleAccessPolicy { ALLOW, DENY }
 Role-based access policy. More...
 

Variables

valueobject PasswordSettingsChanged
 This Event is emitted after any of the password-settings has been changed.
 
PasswordSettings newSettings
 

Detailed Description

Security Configuration

Enumeration Type Documentation

◆ IpfwPolicy

IP packet filter policy.

Enumerator
ACCEPT 

Accept the packet.

DROP 

Silently discard the packet.

REJECT 

Discard packet, send error response.

◆ RoleAccessPolicy

Role-based access policy.

Enumerator
ALLOW 

Access granted.

DENY 

Access denied.