Module service:auth - RMoX authentication/authorisation service

RMoX authentication/authorisation service. This service provides basic authentication and authorisation within RMoX. The interface:auth interface is used to interact with the service.

Index

Declarations

auth.occ:59Process auth.service

PROC auth.service (CT.SERVICE? in, SHARED CT.DRIVER! to.drv, SHARED CT.KERNEL! to.kernel, VAL []BYTE options, SHARED LOG! log)

Authentication/authorisation service top-level process.

Parameters:

CT.SERVICE? in Connection to parent service.
SHARED CT.DRIVER! to.drv Connection to driver-core.
SHARED CT.KERNEL! to.kernel Connection to RMoX kernel.
VAL []BYTE options Options to service.
SHARED LOG! log System log channels.