Book Image

Spring Security [Video]

By : EUGEN PARASCHIV
Book Image

Spring Security [Video]

By: EUGEN PARASCHIV

Overview of this book

Table of Contents (7 chapters)
Chapter 2
Registration
Content Locked
Section 2
The Registration Process with a JDBC-backed Authentication Provider
Show how to move the registration process from the in-memory provider to a new JDBC-backed provider and discuss how this will affect the newly registered users survive a server restart. - Introduce JDBC into the project, and create the DB schema for users and authorities - Swap the in-memory authentication provider for the new JDBC-backed persistent provider - Discuss how (and show) the new persistent provider will actually make the user survive a server restart