摘要: global-method-security secured-annotations="disabled|enabled" jsr250-annotations="disabled|enabled" access-decision-manager-ref="string" protect-pointcut expression="string" access="string"//global-method-security 阅读全文
posted @ 2011-01-14 16:40 Jamie 阅读(2328) 评论(0) 推荐(0)
摘要: authentication-provider user-service-ref="string" user-service id="string" properties="string" user name="string" password="string" authorities="string" locked="boolean" disabled="boolean"/ /user-service jdbc-user-service id="string" data-source-ref="string" cache-ref="string" users 阅读全文
posted @ 2011-01-14 16:39 Jamie 阅读(2061) 评论(0) 推荐(0)
摘要: http auto-config="boolean" create-session="ifRequired|always|never" path-type="ant|regex" lowercase-comparisons="boolean" access-decision-manager-ref="string" realm="Spring Security Application" session-fixation-protection="none|newSession|migrateSession" entry-point-ref="string" once-per-r 阅读全文
posted @ 2011-01-14 16:36 Jamie 阅读(1454) 评论(0) 推荐(0)
摘要: Spring安全系统中,使用投票策略的AccessDecisionManager共有三个具体实现类:AffirmativeBased、ConsensusBased和UnanimousBased。 它... 阅读全文
posted @ 2011-01-14 15:23 Jamie 阅读(1172) 评论(0) 推荐(0)
摘要: Spring安全系统包含以下七个关键的功能组件:          l. Authentication,包含了Principal,Credential和Principal的授权信息。同时还可以包含关于... 阅读全文
posted @ 2011-01-14 15:19 Jamie 阅读(499) 评论(0) 推荐(0)