0% found this document useful (0 votes)
1K views

Spring Security PDF

This document discusses Spring Security, an authentication and authorization framework for Java applications. It describes Spring Security's XML and Java-based configuration approaches. The XML approach involves configuring security in spring-security.xml or by extending web.xml. The Java-based approach uses annotations like @EnableTransactionManagement and Java configuration classes. It also outlines the main components needed like the Authentication Manager and data source and emphasizes that configuration is more important than programming for security.

Uploaded by

edison
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Spring Security PDF

This document discusses Spring Security, an authentication and authorization framework for Java applications. It describes Spring Security's XML and Java-based configuration approaches. The XML approach involves configuring security in spring-security.xml or by extending web.xml. The Java-based approach uses annotations like @EnableTransactionManagement and Java configuration classes. It also outlines the main components needed like the Authentication Manager and data source and emphasizes that configuration is more important than programming for security.

Uploaded by

edison
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Spring Security

MitoCode Network
¿Qué es?

https://spring.io/projects
Enfoque XML

spring-security.xml
Enfoque XML

web.xml spring-security.xml
Enfoque XML

web.xml spring-security.xml
Enfoque Java Based

@EnableTransactionManagement

SecurityConfig.java

SecurityInitializer.java
Enfoque Java Based

@EnableTransactionManagement

SecurityConfig.java

SecurityInitializer.java
Funcionamiento
¿Qué vamos a necesitar?

Authentication Manager
Roles

DataSource
Recordar que

Configuración > Programación

You might also like