Modified: incubator/activemq/site/security.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/security.html?rev=413852&r1=413851&r2=413852&view=diff ============================================================================== --- incubator/activemq/site/security.html (original) +++ incubator/activemq/site/security.html Tue Jun 13 03:14:30 2006 @@ -157,6 +157,7 @@ <LI><A href="visualisation.html" title="Visualisation">Visualisation</A></LI> <LI><A href="kaha-persistence.html" title="Kaha Persistence">Kaha Persistence</A></LI> <LI><A href="async-sends.html" title="Async Sends">Async Sends</A></LI> + <LI><A href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</A></LI> <LI><A href="changes-in-40.html" title="Changes in 4.0">Other new features</A></LI> </UL> @@ -217,6 +218,7 @@ <LI><A href="wire-protocol.html" title="Wire Protocol">Wire Protocol</A></LI> <LI><A href="developer-guide.html" title="Developer Guide">Developer Guide</A></LI> <LI><A href="becoming-a-committer.html" title="Becoming a committer">Becoming a committer</A></LI> + <LI><SPAN class="nobr"><A href="http://ci.gbuild.org/continuum/" title="Visit page outside Confluence" rel="nofollow">GBuild<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> <LI><A href="integration-tests.html" title="Integration Tests">Integration Tests</A></LI> <LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI> <LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</A></LI> @@ -280,39 +282,7 @@ <H3><A name="Security-Example"></A>Example</H3> <P>The following example shows these 2 plugins in operation. Though note its very easy to write your own plugin.</P> -<DIV class="code"><DIV class="codeContent"> -<PRE class="code-xml"><SPAN class="code-tag"><beans xmlns=<SPAN class="code-quote">"http://activemq.org/config/1.0"</SPAN>></SPAN> - <SPAN class="code-tag"><bean class=<SPAN class="code-quote">"org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"</SPAN>/></SPAN> - - <SPAN class="code-tag"><broker useJmx=<SPAN class="code-quote">"false"</SPAN> persistent=<SPAN class="code-quote">"false"</SPAN>></SPAN> - - <SPAN class="code-tag"><plugins></SPAN> - <SPAN class="code-tag"><SPAN class="code-comment"><!-- use JAAS to authenticate using the login.config file on the classpath to configure JAAS --></SPAN></SPAN> - <SPAN class="code-tag"><jaasAuthenticationPlugin configuration=<SPAN class="code-quote">"activemq-domain"</SPAN> /></SPAN> - - <SPAN class="code-tag"><SPAN class="code-comment"><!-- lets configure a destination based authorization mechanism --></SPAN></SPAN> - <SPAN class="code-tag"><authorizationPlugin></SPAN> - <SPAN class="code-tag"><map></SPAN> - <SPAN class="code-tag"><authorizationMap></SPAN> - <SPAN class="code-tag"><authorizationEntries></SPAN> - <SPAN class="code-tag"><authorizationEntry queue=<SPAN class="code-quote">"></SPAN>"</SPAN> read=<SPAN class="code-quote">"admins"</SPAN> write=<SPAN class="code-quote">"admins"</SPAN> admin=<SPAN class="code-quote">"admins"</SPAN> /> - <SPAN class="code-tag"><authorizationEntry queue=<SPAN class="code-quote">"USERS.></SPAN>"</SPAN> read=<SPAN class="code-quote">"users"</SPAN> write=<SPAN class="code-quote">"users"</SPAN> admin=<SPAN class="code-quote">"users"</SPAN> /> - <SPAN class="code-tag"><authorizationEntry queue=<SPAN class="code-quote">"GUEST.></SPAN>"</SPAN> read=<SPAN class="code-quote">"guests"</SPAN> write=<SPAN class="code-quote">"guests,users"</SPAN> admin=<SPAN class="code-quote">"guests,users"</SPAN> /> - - <SPAN class="code-tag"><authorizationEntry topic=<SPAN class="code-quote">"></SPAN>"</SPAN> read=<SPAN class="code-quote">"admins"</SPAN> write=<SPAN class="code-quote">"admins"</SPAN> admin=<SPAN class="code-quote">"admins"</SPAN> /> - <SPAN class="code-tag"><authorizationEntry topic=<SPAN class="code-quote">"USERS.></SPAN>"</SPAN> read=<SPAN class="code-quote">"users"</SPAN> write=<SPAN class="code-quote">"users"</SPAN> admin=<SPAN class="code-quote">"users"</SPAN> /> - <SPAN class="code-tag"><authorizationEntry topic=<SPAN class="code-quote">"GUEST.></SPAN>"</SPAN> read=<SPAN class="code-quote">"guests"</SPAN> write=<SPAN class="code-quote">"guests,users"</SPAN> admin=<SPAN class="code-quote">"guests,users"</SPAN> /> - - <SPAN class="code-tag"><authorizationEntry topic=<SPAN class="code-quote">"ActiveMQ.Advisory.></SPAN>"</SPAN> read=<SPAN class="code-quote">"guests,users"</SPAN> write=<SPAN class="code-quote">"guests,users"</SPAN> admin=<SPAN class="code-quote">"guests,users"</SPAN>/> - <SPAN class="code-tag"></authorizationEntries></SPAN> - <SPAN class="code-tag"></authorizationMap></SPAN> - <SPAN class="code-tag"></map></SPAN> - <SPAN class="code-tag"></authorizationPlugin></SPAN> - <SPAN class="code-tag"></plugins></SPAN> - <SPAN class="code-tag"></broker></SPAN> -<SPAN class="code-tag"></beans></SPAN></PRE> -</DIV></DIV> <H3><A name="Security-MessagelevelAuthorization"></A>Message level Authorization</H3>
Modified: incubator/activemq/site/support.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/support.html?rev=413852&r1=413851&r2=413852&view=diff ============================================================================== --- incubator/activemq/site/support.html (original) +++ incubator/activemq/site/support.html Tue Jun 13 03:14:30 2006 @@ -157,6 +157,7 @@ <LI><A href="visualisation.html" title="Visualisation">Visualisation</A></LI> <LI><A href="kaha-persistence.html" title="Kaha Persistence">Kaha Persistence</A></LI> <LI><A href="async-sends.html" title="Async Sends">Async Sends</A></LI> + <LI><A href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</A></LI> <LI><A href="changes-in-40.html" title="Changes in 4.0">Other new features</A></LI> </UL> @@ -217,6 +218,7 @@ <LI><A href="wire-protocol.html" title="Wire Protocol">Wire Protocol</A></LI> <LI><A href="developer-guide.html" title="Developer Guide">Developer Guide</A></LI> <LI><A href="becoming-a-committer.html" title="Becoming a committer">Becoming a committer</A></LI> + <LI><SPAN class="nobr"><A href="http://ci.gbuild.org/continuum/" title="Visit page outside Confluence" rel="nofollow">GBuild<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> <LI><A href="integration-tests.html" title="Integration Tests">Integration Tests</A></LI> <LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI> <LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</A></LI> Modified: incubator/activemq/site/the-jms-connector.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/the-jms-connector.html?rev=413852&r1=413851&r2=413852&view=diff ============================================================================== --- incubator/activemq/site/the-jms-connector.html (original) +++ incubator/activemq/site/the-jms-connector.html Tue Jun 13 03:14:30 2006 @@ -157,6 +157,7 @@ <LI><A href="visualisation.html" title="Visualisation">Visualisation</A></LI> <LI><A href="kaha-persistence.html" title="Kaha Persistence">Kaha Persistence</A></LI> <LI><A href="async-sends.html" title="Async Sends">Async Sends</A></LI> + <LI><A href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</A></LI> <LI><A href="changes-in-40.html" title="Changes in 4.0">Other new features</A></LI> </UL> @@ -217,6 +218,7 @@ <LI><A href="wire-protocol.html" title="Wire Protocol">Wire Protocol</A></LI> <LI><A href="developer-guide.html" title="Developer Guide">Developer Guide</A></LI> <LI><A href="becoming-a-committer.html" title="Becoming a committer">Becoming a committer</A></LI> + <LI><SPAN class="nobr"><A href="http://ci.gbuild.org/continuum/" title="Visit page outside Confluence" rel="nofollow">GBuild<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> <LI><A href="integration-tests.html" title="Integration Tests">Integration Tests</A></LI> <LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI> <LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</A></LI> Modified: incubator/activemq/site/unix-service.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/unix-service.html?rev=413852&r1=413851&r2=413852&view=diff ============================================================================== --- incubator/activemq/site/unix-service.html (original) +++ incubator/activemq/site/unix-service.html Tue Jun 13 03:14:30 2006 @@ -157,6 +157,7 @@ <LI><A href="visualisation.html" title="Visualisation">Visualisation</A></LI> <LI><A href="kaha-persistence.html" title="Kaha Persistence">Kaha Persistence</A></LI> <LI><A href="async-sends.html" title="Async Sends">Async Sends</A></LI> + <LI><A href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</A></LI> <LI><A href="changes-in-40.html" title="Changes in 4.0">Other new features</A></LI> </UL> @@ -217,6 +218,7 @@ <LI><A href="wire-protocol.html" title="Wire Protocol">Wire Protocol</A></LI> <LI><A href="developer-guide.html" title="Developer Guide">Developer Guide</A></LI> <LI><A href="becoming-a-committer.html" title="Becoming a committer">Becoming a committer</A></LI> + <LI><SPAN class="nobr"><A href="http://ci.gbuild.org/continuum/" title="Visit page outside Confluence" rel="nofollow">GBuild<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> <LI><A href="integration-tests.html" title="Integration Tests">Integration Tests</A></LI> <LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI> <LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</A></LI>
