login to servlet over SSL

ameilius

New Member
I currently have a RESTful servlet running that returns json upon receiving a POST query. I would like to implement authentication over SSL, so that the user will first login and send his credentials so the servlet knows what level of authorization it has to return the data, but I'm not sure how to go about implementing this for servlets. Anyone have any experience?
 
Top