Public Member Functions | |
| void | get (out SecuritySettingsConfig config) |
| void | set (out kerio::web::ErrorList errors, in SecuritySettingsConfig config) |
| void webadmin::SecuritySettings::get | ( | out SecuritySettingsConfig | config | ) |
Returns actual values for Security Settings configuration in WebAdmin
| config | - structure containig security settings such as macfilter action, name, mac list and belonging interfaces. |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::SecuritySettings::set | ( | out kerio::web::ErrorList | errors, |
| in SecuritySettingsConfig | config | ||
| ) |
Stores Security Settings configuration
| errors | - list of errors 8002 Database error. - "Unable to add interface %1 to the MAC Filter list." 8002 Database error. - "Unable to remove interface %1 from the MAC Filter list." 8002 Database error. - "Unable to modify MAC Filter item %1." 8002 Database error. - "Unable to delete MAC Filter item %1." 8002 Database error. - "Unable to add MAC Filter item %1." |
| config | - structure containig security settings to be stored such as macfilter action, name, mac list and belonging interfaces. |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |