
CAS
叫个啥好
这个作者很懒,什么都没留下…
展开
-
CAS
1. 官方文档 http://jasig.github.io/cas/4.0.x/index.html2. 参考资料 http://www.cnblogs.com/lifeone/p/4987874.html3. 与shiro的集成 http://jinnianshilongnian.iteye.com/blog/2018398原创 2016-03-12 14:30:10 · 277 阅读 · 0 评论 -
CAS 登录流程
1. login-webflow.xml2. initialFlowSetupAction 获取TicketGrantingTicketCookie TGT 1. this.ticketGrantingTicketCookieGenerator.retrieveCookieValue(request) 2.Cookie cookie = org.springfra原创 2016-04-12 23:53:17 · 987 阅读 · 0 评论 -
CAS Ticket
1. Ticket==null //验证账号/密码 1. final Authentication authentication = this.authenticationManager.authenticate(credentials) //生成Ticket 2. final TicketGrantingTicket ticketGrantingTicket =原创 2016-04-13 17:14:42 · 790 阅读 · 0 评论 -
CAS 数据库校验
1. UnknownUsernameAuthenticationException --> BadUsernameOrPasswordAuthenticationException --> BadCredentialsAuthenticationException --> AuthenticationException --> Exception2. AuthenticationMana原创 2016-04-10 21:17:14 · 756 阅读 · 0 评论