You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/03/30 16:57:13 UTC

[activemq-artemis] branch main updated: NO-JIRA addUser is also applicable for ActiveMQBasicSerurityManager

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new d42d654  NO-JIRA addUser is also applicable for ActiveMQBasicSerurityManager
     new abfabfc  This closes #4002
d42d654 is described below

commit d42d654874861fa3f61251439dd8490ab6ebbb63
Author: Vilius Ĺ umskas <vi...@sumskas.eu>
AuthorDate: Sun Mar 27 22:30:24 2022 +0300

    NO-JIRA addUser is also applicable for ActiveMQBasicSerurityManager
---
 .../activemq/artemis/api/core/management/ActiveMQServerControl.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.java
index 496bf62..ed535d2 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.java
@@ -1897,7 +1897,7 @@ public interface ActiveMQServerControl {
    String[] getClusterConnectionNames();
 
    /**
-    * Add a user (only applicable when using the JAAS PropertiesLoginModule)
+    * Add a user (only applicable when using the JAAS PropertiesLoginModule or the ActiveMQBasicSecurityManager)
     *
     * @param username
     * @param password