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-website.git


The following commit(s) were added to refs/heads/main by this push:
     new cc663dc88 Small update for security manager
cc663dc88 is described below

commit cc663dc8822511c3b93505149985598598b5a941
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Aug 2 09:00:34 2022 -0500

    Small update for security manager
---
 src/components/artemis/documentation/latest/security.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/artemis/documentation/latest/security.html 
b/src/components/artemis/documentation/latest/security.html
index c4e2a5fd4..69f425711 100644
--- a/src/components/artemis/documentation/latest/security.html
+++ b/src/components/artemis/documentation/latest/security.html
@@ -2618,7 +2618,7 @@ desired. The broker uses a component called a 
&quot;security manager&quot; to im
 the actual authentication and authorization checks. By default, the broker uses
 
<code>org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager</code>
 to
 provide JAAS integration, but users can provide their own implementation of
-<code>org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager3</code>
 and
+<code>org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager5</code>
 and
 configure it in <code>bootstrap.xml</code> using the 
<code>security-manager</code> element, e.g.:</p>
 <pre><code class="lang-xml"><span class="hljs-tag">&lt;<span 
class="hljs-name">broker</span> <span class="hljs-attr">xmlns</span>=<span 
class="hljs-string">&quot;http://activemq.apache.org/schema&quot;</span>&gt;</span>
 

Reply via email to