mq machine::authorization setup
Overview
This class allows you to setup your MQ messaging security. It has support for:
- authentication_info (See mq_authentication_info)
- authorization (See mq_authorization)
- channel_authentication (See mq_channel_authentication)
Use use a yaml
representation of the specfied resource to specify all properties and params of the objects you need.
When a lot of the objects have the same defaults, use the defaults
parameter to specify a Hash of defaults.
Attributes
Attribute Name | Short Description |
---|---|
authentication_defaults | The defaults to use for all MQ authentication_info records. |
authentication_info | A Hash of MQ authentication_info records. |
authorization_defaults | The defaults to use for all MQ authorization records. |
authorization_list | A Hash of MQ authorization records. |
channel_authentication_list | a Hash of MQ channel authentication records. |
authentication_defaults
The defaults to use for all MQ authentication_info records.
Use use a yaml
representation of mq_authentication_info to specify all properties and params of the MQ authentication_info records you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::authorization_setup
authentication_info
A Hash of MQ authentication_info records.
Use use a yaml
representation of mq_authentication_info to specify all properties and params of the MQ authentication_info records you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::authorization_setup
authorization_defaults
The defaults to use for all MQ authorization records.
Use use a yaml
representation of mq_authorization to specify all properties and params of the MQ authorization records you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::authorization_setup
authorization_list
A Hash of MQ authorization records.
Use use a yaml
representation of mq_authorization to specify all properties and params of the MQ authorization records you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::authorization_setup
channel_authentication_list
a Hash of MQ channel authentication records.
Use use a yaml
representation of mq_channel_authentication to specify all properties and params of the MQ channel authentication records you need.
The default is: {}
Type: Hash