Spring Security and Spring Cloud- Short introduction.pptx

BlockchainScientist 11 views 14 slides Aug 02, 2024
Slide 1
Slide 1 of 14
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14

About This Presentation

This document can give you a base line about Spring Cloud and Spring security


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

Archite cture