Robbie Gemmell created QPID-4795:
------------------------------------

             Summary: [Java Broker] update UserManagementMBean name to enable 
creating multiple credential-managing authentication providers
                 Key: QPID-4795
                 URL: https://issues.apache.org/jira/browse/QPID-4795
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Robbie Gemmell
            Assignee: Robbie Gemmell
             Fix For: 0.22


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to