rob.mccarthy Posted March 24, 2010 Share Posted March 24, 2010 I need to integrate a custom applet to be launced within the JasperServer interface. I want to ensure that the user is properly authenticated and the session is active when the applet is launched. Is there anything stored in the session of the webapp that I can get within the applet to verify the session is active and authenticated?Thanks,Rob Link to comment Share on other sites More sharing options...
swood Posted March 29, 2010 Share Posted March 29, 2010 The Spring Security API call: Authentication current = SecurityContextHolder.getContext().getAuthentication(); will get you the currently logged in user. ShermanJaspersoft Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now