yumapro  24.10-11
YumaPro SDK
Loading...
Searching...
No Matches
ACM Wrapper Access Functions

The ACM manager allows NACM or a vendor-specific ACM to be installed. More...

Collaboration diagram for ACM Wrapper Access Functions:

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...
 

Detailed Description

The ACM manager allows NACM or a vendor-specific ACM to be installed.

The server will access the specific model used through this module.

Function Documentation

◆ agt_acm_get_acmode()

agt_acmode_t agt_acm_get_acmode ( void  )

Get the –access-control mode.

OK for use from SIL; Not OK for SIL-SA

Returns
access control mode in use

◆ agt_acm_get_deniedDataWrites()

uint32 agt_acm_get_deniedDataWrites ( void  )

Get the deniedDataWrites counter.

OK for use from SIL; Not OK for SIL-SA

Returns
counter value

◆ agt_acm_get_deniedNotifications()

uint32 agt_acm_get_deniedNotifications ( void  )

Get the deniedNotification counter.

OK for use from SIL; Not OK for SIL-SA

Returns
counter value

◆ agt_acm_get_deniedRpcs()

uint32 agt_acm_get_deniedRpcs ( void  )

Get the deniedRpcs counter.

OK for use from SIL; Not OK for SIL-SA

Returns
counter value

◆ agt_acm_get_log_reads()

boolean agt_acm_get_log_reads ( void  )

Get the log_reads flag.

OK for use from SIL; Not OK for SIL-SA

Returns
TRUE if ACM read logging is enabled

◆ agt_acm_get_log_writes()

boolean agt_acm_get_log_writes ( void  )

Get the log_writes flag.

OK for use from SIL; Not OK for SIL-SA

Returns
TRUE if ACM write logging is enabled

◆ agt_acm_is_superuser()

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

Parameters
usernameusername to check
Returns
TRUE if username is the superuser
FALSE if username is not the superuser
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_acm_session_is_superuser()

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

Parameters
scbsession to check
Returns
TRUE if session is for the superuser
FALSE if session is not for the superuser
Here is the call graph for this function:
Here is the caller graph for this function: