You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2013/05/01 15:52:15 UTC

[jira] [Resolved] (QPID-4795) [Java Broker] update UserManagementMBean name to enable creating multiple credential-managing authentication providers

     [ https://issues.apache.org/jira/browse/QPID-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-4795.
----------------------------------

    Resolution: Fixed
    
> [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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org