]> 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 5fd48b14ce2e8a712c449c1c3b7f4496afda00cc..5ecab6766cb341b22e0e84c0be2bcaa017faef31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * 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.
@@ -27,9 +27,10 @@ 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;