Author: norman.richards(a)jboss.com
Date: 2009-02-13 17:04:00 -0500 (Fri, 13 Feb 2009)
New Revision: 10043
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Events.xml
Log:
JBSEAM-3937
Modified: trunk/doc/Seam_Reference_Guide/en-US/Events.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2009-02-13 20:33:26 UTC (rev 10042)
+++ trunk/doc/Seam_Reference_Guide/en-US/Events.xml 2009-02-13 22:04:00 UTC (rev 10043)
@@ -751,17 +751,20 @@
<listitem><para><literal>org.jboss.seam.afterPhase
</literal> — called after the end of a JSF
phase</para></listitem>
<listitem><para><literal>org.jboss.seam.postInitialization
</literal> — called when Seam has initialized and started up all
components</para></listitem>
<listitem><para><literal>org.jboss.seam.postReInitialization
</literal> — called when Seam has re-initialized and started up all
components after a redeploy</para></listitem>
-
<listitem><para><literal>org.jboss.seam.postAuthenticate.<name>
</literal> — called after a user is
authenticated</para></listitem>
-
<listitem><para><literal>org.jboss.seam.preAuthenticate.<name>
</literal> — called before attempting to authenticate a
user</para></listitem>
-
<listitem><para><literal>org.jboss.seam.notLoggedIn</literal>
— called there is no authenticated user and authentication is
required</para></listitem>
-
<listitem><para><literal>org.jboss.seam.rememberMe</literal>
— occurs when Seam security detects the username in a
cookie</para></listitem>
<listitem><para><literal>org.jboss.seam.exceptionHandled.<type></literal>
— called when an uncaught exception is handled by
Seam</para></listitem>
<listitem><para><literal>org.jboss.seam.exceptionHandled</literal>
— called when an uncaught exception is handled by
Seam</para></listitem>
<listitem><para><literal>org.jboss.seam.exceptionNotHandled</literal>
— called when there was no handler for an uncaught
exception</para></listitem>
<listitem><para><literal>org.jboss.seam.afterTransactionSuccess</literal>
— called when a transaction succeeds in the Seam Application
Framework</para></listitem>
<listitem><para><literal>org.jboss.seam.afterTransactionSuccess.<name></literal>
— called when a transaction succeeds in the Seam Application Framework which
manages an entity called
<literal><name></literal></para></listitem>
+
<listitem><para><literal>org.jboss.seam.security.loggedOut</literal>
— called when a user logs out</para></listitem>
+
<listitem><para><literal>org.jboss.seam.security.loginFailed</literal>
— called when a user authentication attempt fails</para></listitem>
+
<listitem><para><literal>org.jboss.seam.security.loginSuccessful</literal>
— called when a user is successfully authenticated</para></listitem>
+
<listitem><para><literal>org.jboss.seam.security.notAuthorized</literal>
— called when an authorization check fails</para></listitem>
+
<listitem><para><literal>org.jboss.seam.security.notLoggedIn</literal>
— called there is no authenticated user and authentication is
required</para></listitem>
+
<listitem><para><literal>org.jboss.seam.security.postAuthenticate.</literal>
— called after a user is authenticated</para></listitem>
+
<listitem><para><literal>org.jboss.seam.security.preAuthenticate</literal>
— called before attempting to authenticate a user</para></listitem>
</itemizedlist>
-
+
<para>
Seam components may observe any of these events in just the same way
they
observe any other component-driven events.
Show replies by date