Authorization service interface

The authorization service provides entry points for use by the queue manager.

The entry points are as follows:

In addition, on IBM MQ for Windows, the authorization service provides the following entry points for use by the queue manager:

These entry points support the use of the Windows Security Identifier (NT SID).

These names are defined as typedef s, in the header file cmqzc.h, which can be used to prototype the component functions.

The initialization function ( MQZ_INIT_AUTHORITY ) must be the main entry point for the component. The other functions are invoked through the entry point address that the initialization function has added into the component entry point vector.

Parent topic: Writing a service component