2016-12-16 05:26:52 -02:00
|
|
|
## @PreFilter and @PostFilter annotations
|
|
|
|
|
|
|
|
### Build the Project ###
|
|
|
|
|
|
|
|
```
|
|
|
|
mvn clean install
|
|
|
|
```
|
2017-01-08 13:25:59 +06:00
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Intro to @PreFilter and @PostFilter in Spring Security](http://www.baeldung.com/spring-security-prefilter-postfilter)
|
2017-04-18 22:20:20 +02:00
|
|
|
- [Spring Boot Authentication Auditing Support](http://www.baeldung.com/spring-boot-authentication-audit)
|
2018-03-02 22:40:04 +06:00
|
|
|
- [Introduction to Spring Method Security](http://www.baeldung.com/spring-security-method-security)
|