04 2021 档案

摘要:进行鉴权的filter FilterInvocationSecurityMetadataSource AccessDecisionManager AbstractSecurityInterceptor 阅读全文
posted @ 2021-04-16 16:35 犬犬呀 阅读(87) 评论(0) 推荐(0)
摘要:用于会话保护,如同一账户登录同时登录次数 阅读全文
posted @ 2021-04-16 15:36 犬犬呀 阅读(213) 评论(0) 推荐(0)
摘要:用于在一次请求中将之间保存的(新创建的)securityContext放在SecurityContextHolder中以便在请求过程中传递 主要类 securityContext SecurityContextHolde SecurityContextRepository 阅读全文
posted @ 2021-04-16 14:21 犬犬呀 阅读(183) 评论(0) 推荐(0)
摘要:数据类型 Binary-safe strings:二进制安全的字符串 list: 按照插入顺序,使用链表实现,有序 set: 无序、唯一的集合 Sorted sets:类似于set,但是每个item与一个特定的分值关联,所以有序,可以范围获取 Hashes: Bit arrays:bit位存放标识的 阅读全文
posted @ 2021-04-06 13:08 犬犬呀 阅读(30) 评论(0) 推荐(0)