const SOPC_User * SOPC_CallContext_GetUser(const SOPC_CallContext *callContextPtr)
Returns the user that called the service.
struct SOPC_User SOPC_User
Logged in (successfully) user structure.
Definition: sopc_user.h:40
uint32_t SOPC_CallContext_GetEndpointConfigIdx(const SOPC_CallContext *callContextPtr)
Returns the server endpoint of the connection used to call the service.
const char * SOPC_CallContext_GetSecurityPolicy(const SOPC_CallContext *callContextPtr)
Returns the security policy of the connection used to call the service.
SOPC_AddressSpaceAccess * SOPC_CallContext_GetAddressSpaceAccess(const SOPC_CallContext *callContextPtr)
Get direct access to the address space. AddressSpace is only available during a method call and shall...
struct _SOPC_AddressSpaceAccess SOPC_AddressSpaceAccess
AddressSpace Access module provides controlled access to address space. This might be used to access ...
Definition: sopc_address_space_access.h:40
Definition: app_cb_call_context_internal.h:28
OpcUa_MessageSecurityMode SOPC_CallContext_GetSecurityMode(const SOPC_CallContext *callContextPtr)
Returns the security mode of the connection used to call the service.