Q- What is spring security in java?
Spring 4 Framework have the following modules as mention below.
Related Tutorials
- Spring Security is access-control framework.
- Spring Security is a framework that used to focuses on security or restriction from non-authorize user in Java applications.
- This enables a programmer to implement security restrictions to spring framework based java applications or web application through JEE components
- Its primary area of operation is to handle authentication and authorization at the web request level as well as the method level.
- It is a powerful framework to provide high level of security to java application
- It is easy to customize authentication and authorization configuration to java application.
- It is the de-facto standard for securing Spring-based applications.
- Spring security protect against attacks like cross site request forgery, session fixation, clickjacking etc.
HTTP Basic Authentication Architecture diagram
Security Using JWT Token
Spring 4 Framework have the following modules as mention below.
- Spring Security
- Spring Security SAML
- Spring Security OAuth
- Spring Security Kerberos
- Spring Cloud Security
Related Tutorials
- Spring Boot Security Using OAuth2
- Spring Boot And Oauth2 With Jdbc
- Spring Boot Security Using JWT
- Spring Boot Interview Questions
- Spring Boot Microservices Architecture
- Spring Boot Interview Questions part-1
- Spring Boot Interview Questions Part-2
- Spring Boot Interview Questions Part-3
- Spring Boot Interview Questions Part-4
- Spring Boot Interview Questions Part-5
Good initiative Sanjeev, keep it up.
ReplyDelete