I would try the following:
/*
GET
POST
restricted methods
/*
The first security-constraint does not have any auth-constraint, so the GET and POST methods are available to anyone without login. The second restricts other http methods for everybody. (I haven't tried it.)