15.10. Security Events

The following table describes a number of events (see Chapter 7, Events, interceptors and exception handling) raised by Seam Security in response to certain security-related events.

Table 15.13. Security Events

Event Key
Description
org.jboss.seam.security.loginSuccessful
Raised when a log in attempt is successful.
org.jboss.seam.security.loginFailed
Raised when a log in attempt fails.
org.jboss.seam.security.alreadyLoggedIn
Raised when a user that is already authenticated attempts to log in again.
org.jboss.seam.security.notLoggedIn
Raised when a security check fails when the user is not logged in.
org.jboss.seam.security.notAuthorized
Raised when a security check fails because the user is logged in, but does not have sufficient privileges.
org.jboss.seam.security.preAuthenticate
Raised just prior to user authentication.
org.jboss.seam.security.postAuthenticate
Raised just after user authentication.
org.jboss.seam.security.loggedOut
Raised after the user has logged out.
org.jboss.seam.security.credentialsUpdated
Raised when the user's credentials have been changed.
org.jboss.seam.security.rememberMe
Raised when the Identity's rememberMe property is changed.