摘要: Now let’s explore the situation where you are using Spring Security in a web application (without web.xml security enabled). How is a user authenticat 阅读全文
posted @ 2018-12-18 22:45 帅LOVE俊 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Once you are familiar with setting up and running some namespace-configuration based applications, you may wish to develop more of an understanding of 阅读全文
posted @ 2018-12-18 22:27 帅LOVE俊 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 8.1 Issue Tracking Spring Security uses JIRA to manage bug reports and enhancement requests. If you find a bug, please log a report using JIRA. Do not 阅读全文
posted @ 2018-12-18 22:18 帅LOVE俊 阅读(143) 评论(0) 推荐(0) 编辑
摘要: There are several sample web applications that are available with the project. To avoid an overly large download, only the "tutorial" and "contacts" s 阅读全文
posted @ 2018-12-18 22:16 帅LOVE俊 阅读(271) 评论(0) 推荐(0) 编辑
摘要: The main interface which provides authentication services in Spring Security is the AuthenticationManager. This is usually an instance of Spring Secur 阅读全文
posted @ 2018-12-18 22:09 帅LOVE俊 阅读(130) 评论(0) 推荐(0) 编辑
摘要: This section assumes you have some knowledge of the underlying architecture for access-control within Spring Security. If you don’t you can skip it an 阅读全文
posted @ 2018-12-18 21:58 帅LOVE俊 阅读(194) 评论(0) 推荐(0) 编辑
摘要: From version 2.0 onwards Spring Security has improved support substantially for adding security to your service layer methods. It provides support for 阅读全文
posted @ 2018-12-18 21:53 帅LOVE俊 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 6.3.1 Remember-Me Authentication (记住我的身份验证) See the separate Remember-Me chapter for information on remember-me namespace configuration. 有关remember-me 阅读全文
posted @ 2018-12-18 21:40 帅LOVE俊 阅读(185) 评论(0) 推荐(0) 编辑
摘要: You might be wondering where the login form came from when you were prompted to log in, since we made no mention of any HTML files or JSPs. In fact, s 阅读全文
posted @ 2018-12-18 21:24 帅LOVE俊 阅读(191) 评论(0) 推荐(0) 编辑