You should be able to get your user object like this.

 Object user = SecurityContextHolder.getContext().getAuthentication().getPrincipal();

--Tyler

On 4/12/06, Angelo Luis <[EMAIL PROTECTED]> wrote:
How to take the actual user in my app??/ I need the user for audit log!!!

Reply via email to