> 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.
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe glassfish.dev.java.net
For additional commands, e-mail: users-help glassfish.dev.java.net
|