I am looking for some pointers on how to secure my rest root resource
@Path(\"/employee\") public class EmployeeResource { @GET @Produces(\"text/html\"
The way I know is to add to your webapp's web.xml. Minimally, I think you need to add:
web.xml
employee-related-urls /employee/* employee CONFIDENTIAL BASIC site