]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.activemq/src/main/java/org/argeo/security/activemq/ActiveMqSecurityBrokerPlugin.java
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.activemq / src / main / java / org / argeo / security / activemq / ActiveMqSecurityBrokerPlugin.java
index f389145c864e20c5b76e8cd27dbfb296b1643e7d..5ecab6766cb341b22e0e84c0be2bcaa017faef31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.security.activemq;
 
 import org.apache.activemq.broker.BrokerPluginSupport;
@@ -27,9 +26,11 @@ import org.springframework.security.context.SecurityContext;
 import org.springframework.security.context.SecurityContextHolder;
 import org.springframework.security.providers.UsernamePasswordAuthenticationToken;
 
+@SuppressWarnings("unchecked")
+/** Integrates Spring Security with ActiveMQ security.*/
 public class ActiveMqSecurityBrokerPlugin extends BrokerPluginSupport {
-//     private final static Log log = LogFactory
-//                     .getLog(ActiveMqSecurityBrokerPlugin.class);
+       // private final static Log log = LogFactory
+       // .getLog(ActiveMqSecurityBrokerPlugin.class);
 
        private AuthenticationManager authenticationManager;
        private String systemUsername = InternalAuthentication.DEFAULT_SYSTEM_USERNAME;