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 1662bc740e NO-JIRA small update for security manager
1662bc740e is described below

commit 1662bc740eb4435f5236a70e310825c1daef2e08
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Aug 2 08:59:26 2022 -0500

    NO-JIRA small update for security manager
---
 docs/user-manual/en/security.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/security.md b/docs/user-manual/en/security.md
index d573487b94..229912a620 100644
--- a/docs/user-manual/en/security.md
+++ b/docs/user-manual/en/security.md
@@ -1554,7 +1554,7 @@ desired. The broker uses a component called a "security 
manager" to implement
 the actual authentication and authorization checks. By default, the broker uses
 `org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager` to
 provide JAAS integration, but users can provide their own implementation of
-`org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager3` and
+`org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager5` and
 configure it in `bootstrap.xml` using the `security-manager` element, e.g.:
 
 ```xml

Reply via email to