users@glassfish.java.net

RE: Auth Question

From: Shevland, Joe <joe.shevland_at_capgemini.com>
Date: Wed, 1 Aug 2007 10:04:56 +1000

> Is there any way I can force some tasks to be performed upon
> successful login if I'm submitting to Container Managed
> Authentication?
> [Message sent by forum member 'amattas' (amattas)]

If there's a web application involved, perhaps a class implementing
HttpSessionListener that executes logic in the sessionCreated() method.

Otherwise perhaps some logic that executes in a custom security
realm/login module, in the authenticateUser() method... Although that'll
be 'out of application' I guess.

Regards
Joe

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.