mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-18 23:10:25 +00:00
For example: 'marissa' can login, goto the /switchUser.jsp, then assume the role of another user such as 'scott'. marissa will then see scotts contacts, etc. Then marissa can goto the /exitUser.jsp, and go back to 'marissa' This is the similar to the Unix 'su' analogy that Ben made