Search

15.10. Security Events

download PDF
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 login attempt is successful.
org.jboss.seam.security.loginFailed
Raised when a login 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.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.