![]() |
yumapro
24.10-11
YumaPro SDK
|
The ACM manager allows NACM or a vendor-specific ACM to be installed. More...
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... | |
The ACM manager allows NACM or a vendor-specific ACM to be installed.
The server will access the specific model used through this module.
agt_acmode_t agt_acm_get_acmode | ( | void | ) |
Get the –access-control mode.
OK for use from SIL; Not OK for SIL-SA
uint32 agt_acm_get_deniedDataWrites | ( | void | ) |
Get the deniedDataWrites counter.
OK for use from SIL; Not OK for SIL-SA
uint32 agt_acm_get_deniedNotifications | ( | void | ) |
Get the deniedNotification counter.
OK for use from SIL; Not OK for SIL-SA
uint32 agt_acm_get_deniedRpcs | ( | void | ) |
Get the deniedRpcs counter.
OK for use from SIL; Not OK for SIL-SA
boolean agt_acm_get_log_reads | ( | void | ) |
Get the log_reads flag.
OK for use from SIL; Not OK for SIL-SA
boolean agt_acm_get_log_writes | ( | void | ) |
Get the log_writes flag.
OK for use from SIL; Not OK for SIL-SA
boolean agt_acm_is_superuser | ( | const xmlChar * | username | ) |
Check if the specified user name is the superuser Low-level access; no scb available.
OK for use from SIL; Not OK for SIL-SA
username | username to check |
boolean agt_acm_session_is_superuser | ( | const ses_cb_t * | scb | ) |
Check if the specified session is the superuser.
OK for use from SIL; Not OK for SIL-SA
scb | session to check |