Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.33 KB

File metadata and controls

18 lines (13 loc) · 1.33 KB

Securing Spring Data methods

The goal of this workshop is to integrate Spring Data with Spring Security, such that we do not have to explicitly pass our active user as argument when retrieving user preferences.

A PreferencesRepository has been provided with annotated methods containing placeholder security expressions; Up to you to implement these and have them checked by Spring Security.

Getting things done