Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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