I am about to implement security for my RESTful services based on the Spring framework. Actually, I have never secured RESTful WS before, but I've got myself a good introduction here. Basically, Amazon S3 or even OAuth are suggested as good examples.
My questions:
- Does the Spring framework provide these strategies out-of-the-box?
- If yes: Is it Spring security that implements these strategies?
- If no: How would you suggest to implement these strategies (OAuth ...) with Spring?
Thanks in advance for any suggestion.
Er