Spring Security - Authentication and Authorization in memory
- Java 8
- Maven 3.0
- Eclipse
- Spring Boot
- Spring Security
- Spring Web
- Thymeleaf
- Spring Boot DevTools
- ADMIN
- MANAGER
- EMPLOYEE
- user: adm -> password: adm
- user: man -> password: man
- user: emp -> password: emp
| ADMIN | MANAGER | EMPLOYEE | |
|---|---|---|---|
| http://localhost:8080/login | SI | SI | SI |
| http://localhost:8080/home | SI | SI | SI |
| http://localhost:8080/welcome | SI | SI | SI |
| http://localhost:8080/admin | SI | N0 | NO |
| http://localhost:8080/mgr | NO | SI | NO |
| http://localhost:8080/common | NO | SI | SI |
| http://localhost:8080/emp | NO | NO | SI |


