#include <CoreAccess.h>
Inheritance diagram for tacpp::CoreAccess:
Public Member Functions | |
CoreAccess (const string, const string) | |
~CoreAccess () | |
bool | add_permit (int, const char *) |
bool | add_deny (int, const char *) |
void | add (int) |
bool | del (int) |
bool | del_permit (int, const char *) |
bool | del_deny (int, const char *) |
bool | check (int, const char *) |
string | buildcfstr (int) |
string | applycf (char *const *mask, const string cmdname, const list< string >paramList, Command *cmd=NULL) throw (CmdErr) |
|
set data for acl |
|
remove data |
|
add whole acl with number |
|
add deny rule to acl |
|
add permit rule to acl |
|
process config strings Implements tacpp::Core_data. |
|
build config for one acl Implements tacpp::Core_data. |
|
check rule with all for whole acl |
|
delete whole acl with number |
|
delete one deny rule from acl |
|
delete one permit rule from acl |