Perform action after j_security_check?

I am making an audit system that logs user actions. I need to record when the user logs in. I searched for different places, but I always got into the same solution using "filters".

The above solutions do not work for me. No other solutions that use filters or do user login?

I am using Java 7 with GlassFish 3

+7
java-ee login action jaas j-security-check
source share

No one has answered this question yet.

See similar questions:

151
Perform user authentication in Java EE / JSF using j_security_check
6
Java EE authentication: how to log in a login event?
0
Connect a process when a container requests LDAP user roles

or similar:

368
How to deal with the error "java.lang.OutOfMemoryError: Java heap space"?
275
Best practices for storyboard logging screen, data cleansing processing upon logout
151
Perform user authentication in Java EE / JSF using j_security_check
thirteen
Java Web Application: Using Custom Area
2
Add CORS headers to j_security_check's answer
one
One form / submission of two actions
one
How to forward j_security_check?
0
How to set MySQL session variable when logging in to Symfony2
0
What is the use of using j_security_check over a self-encoded login module?
0
j_security_check on tomcat with 2 user roles

All Articles