2016-12-16 02:26:52 -05:00
|
|
|
|
## @PreFilter and @PostFilter annotations
|
|
|
|
|
|
|
|
|
|
### Build the Project ###
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
mvn clean install
|
|
|
|
|
```
|
2017-01-08 02:25:59 -05:00
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-02-28 06:50:20 -05:00
|
|
|
|
- [Spring Security – @PreFilter and @PostFilter](http://www.baeldung.com/spring-security-prefilter-postfilter)
|
2017-04-18 16:20:20 -04:00
|
|
|
|
- [Spring Boot Authentication Auditing Support](http://www.baeldung.com/spring-boot-authentication-audit)
|
2018-03-02 11:40:04 -05:00
|
|
|
|
- [Introduction to Spring Method Security](http://www.baeldung.com/spring-security-method-security)
|
2019-07-20 15:27:41 -04:00
|
|
|
|
- [Overview and Need for DelegatingFilterProxy in Spring](https://www.baeldung.com/spring-delegating-filter-proxy)
|