Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4795

[Java Broker] update UserManagementMBean name to enable creating multiple credential-managing authentication providers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.22
    • Broker-J
    • None

    Description

      The brokers new configuration model permits multiple authentication provider instances, however thus far we have prevented creation of more than one authentication provider that would prompt creation of a UserManagementMBean on the JMX management interface, because of the MBeans naming meaning that they would not be unique (and so would fail to be created).

      This change will update the MBean name to be based on the authentication provider name, in the format UserManagement-<provider name>, rather than being fixed as UserManagement like previously. The name value will now also be quoted using ObjectName.quote(..) in order to permit characters that are already allowed in the authentication provider name but which would be illegal in a non-quoted JMX ObjectName.

      Attachments

        Activity

          People

            robbie Robbie Gemmell
            robbie Robbie Gemmell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: