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:
|
|
|
|
- [Intro to @PreFilter and @PostFilter in Spring Security](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)
|