Document ActiveMQ security support
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.activemq / src / main / java / org / argeo / security / activemq / UserPasswordDialog.java
index 0b60c7b0f461462290e1a2344f9e37bc36f5a0c4..38b8ee85cf6c42e3742620b5c14445f035fdf64c 100644 (file)
@@ -30,6 +30,10 @@ import javax.swing.JPanel;
 import javax.swing.JPasswordField;
 import javax.swing.JTextField;
 
+/**
+ * Small Swing-based UI to pass user/name and password. TODO better integrate
+ * with JAAS callbacks.
+ */
 public class UserPasswordDialog extends JDialog implements ActionListener {
        private static final long serialVersionUID = -9052993072210981198L;
        private static String OK = "ok";