Spring Security : AccessDecisionVoter 实现类清单

名称 支持Secure Object类型 支持ConfigAttribute类型
WebExpressionVoter FilterInvocation WebExpressionConfigAttribute
Jsr250Voter MethodInvocation Jsr250SecurityConfig
PreInvocationAuthorizationAdviceVoter Object PreInvocationAttribute
AuthenticatedVoter Object 可返回属于特定集合的字符串的ConfigAttribute
RoleVoter Object 可返回带有特定前缀(缺省ROLE_)的字符串的ConfigAttribute
AbstractAclVoter MethodInvocation 未知,留待具体实现子类确定

你可能感兴趣的:(Spring,Security,分析)