代码改变世界

随笔档案-2012年12月

Spring Security 验证流程

2012-12-26 09:40 by Paddle Zhou, 306 阅读, 收藏,
摘要: Authentication in a Web ApplicationNow let's explore the situation where you are using Spring Security in a web application (withoutweb.xmlsecurity enabled). How is a user authenticated and the security context established?Consider a typical web application's authentication process:You visit 阅读全文