Spring Security Basics Tutorial

Written by admin on . Posted in Spring Security

It provides security services for J2EE-based enterprise software applications. Spring security targets two main areas of web application “authentication” and “authorization”. Authentication is the process of establishing a principal is who they claim to be. Authorization refers to the process of deciding whether a principal is allowed to perform an action within your application.