[seam-commits] Seam SVN: r7362 - trunk/doc/reference/en/modules.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Feb 4 19:39:33 EST 2008


Author: shane.bryzak at jboss.com
Date: 2008-02-04 19:39:32 -0500 (Mon, 04 Feb 2008)
New Revision: 7362

Modified:
   trunk/doc/reference/en/modules/security.xml
Log:
updated docs with new event

Modified: trunk/doc/reference/en/modules/security.xml
===================================================================
--- trunk/doc/reference/en/modules/security.xml	2008-02-05 00:32:46 UTC (rev 7361)
+++ trunk/doc/reference/en/modules/security.xml	2008-02-05 00:39:32 UTC (rev 7362)
@@ -581,6 +581,18 @@
               </para>
             </entry>
           </row>
+          <row>
+            <entry>
+              <para>
+                <literal>org.jboss.seam.AlreadyLoggedIn</literal>
+              </para>
+            </entry>
+            <entry>
+              <para>
+                This message is produced when a user that is already authenticated attempts to log in again.
+              </para>
+            </entry>
+          </row>          
         </tbody>
       </tgroup>
     </table>
@@ -1396,6 +1408,18 @@
           <row>
             <entry>
               <para>
+                <literal>org.jboss.seam.security.alreadyLoggedIn</literal>
+              </para>
+            </entry>
+            <entry>
+              <para>
+                Raised when a user that is already authenticated attempts to log in again.
+              </para>
+            </entry>
+          </row>          
+          <row>
+            <entry>
+              <para>
                 <literal>org.jboss.seam.security.notLoggedIn</literal>
               </para>
             </entry>




More information about the seam-commits mailing list