Method Security
Spring Security provides method interceptors which check access based on access policy:
- @PreAuthorize
- @PostAuthorize
- @PreFilter
- @PostFilter
- @Secured

Spring Security provides method interceptors which check access based on access policy:
