Verbs in RestController

Hi All!
Can we use behaviors->verbs in restcontroller without the access control

I want some actions in the restcontroller to only be allowed Post or get
So
How do i go about it

There are few ways you can limit the access. Verbs are one of them. You can also limit the list of actions.