Re: Wanted: example for Spring Security with wicket-auth-roles

2018-04-27 Thread David Beer
Hi Tom Please have a look at this project I did https://github.com/dmbeer/wicket-7-spring-security >From what I remember the process is pretty much as Martin says. If you look through the archives I am sure you will find my explanation. Thanks David On 19 April 2018 at 06:39, Martin Grigorov

Re: Wanted: example for Spring Security with wicket-auth-roles

2018-04-18 Thread Martin Grigorov
Hi Tom, I do not remember everything by heart but basically it is: 1. Provide impl of Spring Security's UserDetailsService and make it a @Bean 2. In your AuthenticatedWebSession#authenticate() impl use Spring Security's Authentication to do the work. It was something like