Home

 

Optional parameters

 

AuthorityAdd (MQCFIL)

Authority values to set (parameter identifier: MQIACF_AUTH_ADD_AUTHS).

This is a list of authority values to set for the named profile. The values can be:

MQAUTH_ALT_USER_AUTHORITY

Specify an alternate user ID on an MQI call.

MQAUTH_BROWSE

Retrieve a message from a queue by issuing an MQGET call with the BROWSE option.

MQAUTH_CHANGE

Change the attributes of the specified object, using the appropriate command set.

MQAUTH_CLEAR

Clear a queue.

MQAUTH_CONNECT

Connect the application to the specified queue manager by issuing an MQCONN call.

MQAUTH_CREATE

Create objects of the specified type using the appropriate command set.

MQAUTH_DELETE

Delete the specified object using the appropriate command set.

MQAUTH_DISPLAY

Display the attributes of the specified object using the appropriate command set.

MQAUTH_INPUT

Retrieve a message from a queue by issuing an MQGET call.

MQAUTH_INQUIRE

Make an inquiry on a specific queue by issuing an MQINQ call.

MQAUTH_NONE

Entity has an explicit access of zero to the selected profile.

MQAUTH_OUTPUT

Put a message on a specific queue by issuing an MQPUT call.

MQAUTH_PASS_ALL_CONTEXT

Pass all context.

MQAUTH_PASS_IDENTITY_CONTEXT

Pass the identity context.

MQAUTH_SET

Set attributes on a queue from the MQI by issuing an MQSET call.

MQAUTH_SET_ALL_CONTEXT

Set all context on a queue.

MQAUTH_SET_IDENTITY_CONTEXT

Set the identity context on a queue.

The contents of the AuthorityAdd and AuthorityRemove lists should be mutually exclusive. You must specify a value for either AuthorityAdd or AuthorityRemove. An error occurs if you do not specify either.

AuthorityRemove (MQCFIL)

Authority values to remove (parameter identifier: MQIACF_AUTH_REMOVE_AUTHS).

This is a list of authority values to remove from the named profile. The values can be:

MQAUTH_ALT_USER_AUTHORITY

Specify an alternate user ID on an MQI call.

MQAUTH_BROWSE

Retrieve a message from a queue by issuing an MQGET call with the BROWSE option.

MQAUTH_CHANGE

Change the attributes of the specified object, using the appropriate command set.

MQAUTH_CLEAR

Clear a queue.

MQAUTH_CONNECT

Connect the application to the specified queue manager by issuing an MQCONN call.

MQAUTH_CREATE

Create objects of the specified type using the appropriate command set.

MQAUTH_DELETE

Delete the specified object using the appropriate command set.

MQAUTH_DISPLAY

Display the attributes of the specified object using the appropriate command set.

MQAUTH_INPUT

Retrieve a message from a queue by issuing an MQGET call.

MQAUTH_INQUIRE

Make an inquiry on a specific queue by issuing an MQINQ call.

MQAUTH_NONE

Entity has an explicit access of zero to the selected profile.

MQAUTH_OUTPUT

Put a message on a specific queue by issuing an MQPUT call.

MQAUTH_PASS_ALL_CONTEXT

Pass all context.

MQAUTH_PASS_IDENTITY_CONTEXT

Pass the identity context.

MQAUTH_SET

Set attributes on a queue from the MQI by issuing an MQSET call.

MQAUTH_SET_ALL_CONTEXT

Set all context on a queue.

MQAUTH_SET_IDENTITY_CONTEXT

Set the identity context on a queue.

The contents of the AuthorityAdd and AuthorityRemove lists should be mutually exclusive. You must specify a value for either AuthorityAdd or AuthorityRemove. An error occurs if you do not specify either.

GroupNames (MQCFSL)

Group names (parameter identifier: MQCACF_GROUP_ENTITY_NAMES).

The names of groups having their authorizations set. At least one group name or principal name must be specified. An error occurs if neither are specified.

Each member in this list can be a maximum length of MQ_ENTITY_NAME_LENGTH.

PrincipalNames (MQCFSL)

Principal names (parameter identifier: MQCACF_PRINCIPAL_ENTITY_NAMES).

The names of principals having their authorizations set. At least one group name or principal name must be specified. An error occurs if neither are specified.

Each member in this list can be a maximum length of MQ_ENTITY_NAME_LENGTH.

ServiceComponent (MQCFST)

Service component (parameter identifier: MQCACF_SERVICE_COMPONENT).

If installable authorization services are supported, this specifies the name of the authorization service to which the authorizations apply.

If you omit this parameter, the authorization inquiry is made to the first installable component for the service.

The maximum length of the string is MQ_SERVICE_COMPONENT_LENGTH.

 

Parent topic:

Set Authority Record


pc14110_


 

Home