![]() |
yumapro
24.10-11
YumaPro SDK
|
NETCONF Server Access Control Entry Points. More...
#include <xmlstring.h>
#include "agt.h"
#include "dlq.h"
#include "obj.h"
#include "ses.h"
#include "status.h"
#include "val.h"
#include "xml_msg.h"
#include "xmlns.h"
#include "xpath.h"
Go to the source code of this file.
Functions | |
boolean | agt_acm_session_is_superuser (const ses_cb_t *scb) |
Check if the specified session is the superuser. More... | |
agt_acmode_t | agt_acm_get_acmode (void) |
Get the –access-control mode. More... | |
boolean | agt_acm_get_log_writes (void) |
Get the log_writes flag. More... | |
boolean | agt_acm_get_log_reads (void) |
Get the log_reads flag. More... | |
boolean | agt_acm_is_superuser (const xmlChar *username) |
Check if the specified user name is the superuser Low-level access; no scb available. More... | |
uint32 | agt_acm_get_deniedRpcs (void) |
Get the deniedRpcs counter. More... | |
uint32 | agt_acm_get_deniedDataWrites (void) |
Get the deniedDataWrites counter. More... | |
uint32 | agt_acm_get_deniedNotifications (void) |
Get the deniedNotification counter. More... | |
NETCONF Server Access Control Entry Points.