-
Feb 29th, 2008, 08:49 AM
#1
Determining User ID
I have a Dao class that needs to store the user ID as audit information when processing a request. It is not clear to me how I would be able to retrieve the user ID that was passed into web service call (usually stored on the security header) inside my Dao. Any ideas?
-
Mar 1st, 2008, 07:02 AM
#2
If you use Acegi, it's as simple as obtaining the Authentication from the SecurityContextHolder.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules