I want develop a RESTfull web service with authentication using Spring and Spring Security. All my users will be stored in the DB with an encrypted password and role. The session should be stored in the context until the session is timedout or logged out to allow consumption of other webservices.
If someone can help me would be great.
Thanks