Spring Security and Spring Cloud- Short introduction.pptx
BlockchainScientist
11 views
14 slides
Aug 02, 2024
Slide 1 of 14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
About This Presentation
This document can give you a base line about Spring Cloud and Spring security
Size: 2.96 MB
Language: en
Added: Aug 02, 2024
Slides: 14 pages
Slide Content
Spring Cloud/Security Presentation
Introduction Spring Cloud is a framework for building robust cloud applications. The framework facilitates the development of applications by providing solutions to many of the common problems faced when moving to a distributed environment. The cloud" refers to servers that are accessed over the Internet, and the software and databases that run on those servers. Cloud servers are located in data centers all over the world
Features of Spring cloud
Spring cloud architecture
Why spring cloud ?
Spring Cloud Component
Configuration
Service Discovery
Routing and Messaging
Spring Security Spring Security is a framework which provides various security features like: authentication , authorization to create secure Java Enterprise Applications.
Authorization and Authentification Authorization is the process to allow authority to perform actions in the application. Authentification is the process of making, or establishing as, authentic .
Advantages Comprehensive support for authentication and authorization. Protection against common tasks Servlet API integration Integration with Spring MVC Portability CSRF protectionJava Configuration support
Features LDAP (Lightweight Directory Access Protocol) Single sign-on JAAS (Java Authentication and Authorization Service) LoginModule Basic Access Authentication Digest Access Authentication Remember-me Web Form Authentication Authorization Software Localization HTTP Authorization