随笔分类 -  security

摘要:https://blog.csdn.net/u012373815/article/details/54633046 阅读全文
posted @ 2019-12-24 18:12 tonggc1668 阅读(494) 评论(0) 推荐(0)
摘要:区别: @Secured(), @PreAuthorize() 及 @RolesAllowed() https://www.bbsmax.com/A/VGzlWlZwdb/ @Secured(), @PreAuthorize() https://www.cnblogs.com/shihuc/p/50 阅读全文
posted @ 2019-11-19 18:11 tonggc1668 阅读(246) 评论(0) 推荐(0)
摘要:https://docs.spring.io/spring-security/site/docs/4.2.4.RELEASE/reference/html https://docs.spring.io/spring-security/site/docs/5.0.0.M3/reference/html 阅读全文
posted @ 2019-11-19 17:21 tonggc1668 阅读(368) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_35720307/article/details/97656608 Srping security 4 filter 别名及顺序 https://www.cnblogs.com/snowater/p/8443100.html?utm_source=d 阅读全文
posted @ 2019-11-19 17:14 tonggc1668 阅读(938) 评论(0) 推荐(0)
摘要:Spring Security(六)—SpringSecurityFilterChain加载流程深度解析 https://cloud.tencent.com/developer/article/1164113 SpringSecurity 源码分析之SecurityFilterchain的构建 ht 阅读全文
posted @ 2019-09-02 16:39 tonggc1668 阅读(173) 评论(0) 推荐(0)
摘要:import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target... 阅读全文
posted @ 2017-03-08 17:08 tonggc1668 阅读(310) 评论(0) 推荐(0)
摘要:applicationContext-security.xml web.xml 阅读全文
posted @ 2017-03-08 17:02 tonggc1668 阅读(430) 评论(0) 推荐(0)