0% found this document useful (0 votes)
47 views6 pages

1 Springsec Fundamentals Slides PDF

This document provides an introduction and overview of the Spring Security Fundamentals course. It outlines what Spring Security is, what topics will and will not be covered in the course, and provides a brief history of Spring Security including its origins from the Acegi security project. The course will cover building a basic application with Spring Security, the architecture, user storage, client integration, passwords, customization, remember me functionality, anonymous services, authorization expressions, access control lists, and basic digest authentication for services.

Uploaded by

Nguyễn Sắc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views6 pages

1 Springsec Fundamentals Slides PDF

This document provides an introduction and overview of the Spring Security Fundamentals course. It outlines what Spring Security is, what topics will and will not be covered in the course, and provides a brief history of Spring Security including its origins from the Acegi security project. The course will cover building a basic application with Spring Security, the architecture, user storage, client integration, passwords, customization, remember me functionality, anonymous services, authorization expressions, access control lists, and basic digest authentication for services.

Uploaded by

Nguyễn Sắc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Spring Security Fundamentals

Introduction

Bryan Hansen
twitter: bh5k
http://www.linkedin.com/in/hansenbryan
What is Spring Security?
What We Will Cover

▪ Building Your First Application


▪ Architecture
▪ User Storage
▪ Client Integration
▪ Passwords
▪ Customizing/Overriding
▪ Remember Me Functionality
▪ Anonymous Services
▪ Authorization With Expressions
▪ Access Control Lists (ACLs)
▪ Basic Digest Authentication for Services
What We Will Not Cover

▪ Single Sign On (SSO)


□ Central Authentication Server (CAS)
▪ Active Directory
□ We will briefly cover LDAP
▪ Integration with an App not written with Spring MVC
□ It is the same configuration
▪ OAuth
□ The configuration should be simple after completing this course
History

Spring
Alpha Beta 1.0 Spring
Security
Acegi Acegi Acegi Security
Followed
2003 2004 2006 2007
Spring
Summary

▪ What is Spring Security


▪ What we will cover in this course
▪ What we will not cover in this course
▪ The History of Spring Security

You might also like