本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- ssydxa219
- e_e
- javashop
- sam123456gz
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- xiangjie88
- wiseboyloves
- ganxueyun
- lemonhandsome
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- zxq_2017
- jbosscn
- Xeden
- zhanjia
- johnsmith9th
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- nychen2000
- wjianwei666
- daizj
- hanbaohong
- 喧嚣求静
- ranbuijj
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
最新文章列表
ACEGI @ filterInvocationInterceptor
this interceptor has two main function,one use ConfigAttributeDefinition difineing the url and it's role ,the second use Voter to filter the urls.the parameter ConfigAttributeDefinition config is get f ...
ACEGI @ AntPathMatcher
classes extends AbstractFilterInvocationDefinitionSource will define useAntPath.if true ,it will use AntPathMatcher to compare the urls.
AntPathMatcher will first convert the url to array useing the DE ...
ACEGI @ ExceptionTranslationFilter
the ExceptionTranslationFilter is live for the filterInvocationInterceptor ,in my opinion.it will catch the exception from filterInvocationInterceptor then redrect the request to the defined url
< ...
ACEGI @ RememberMeProcessingFilter
if (SecurityContextHolder.getContext().getAuthentication() == null) {
Authentication rememberMeAuth = rememberMeServices.autoLogin(httpRequest, httpResponse);
if (rememberMe ...
ACEGI @ AnonymousprocessingFilter
This is the core code from Anonymousprocessingfilter's method "doFilter":
if (applyAnonymousForThisRequest(request)) {
if (SecurityContextHolder.getContext().getAuthentication() ...
pro liferay portal4.2.1中tomcat5.5.17配置apr+(sso+cas)会发生冲突
冲突的原因没有找到, 估计是因我的机器上没有安装Apache 2.0 Web服务器,cas不能定位到web容器,改天看一下cas的源码,分析一下是什么问题。
引用:
CAS背景介绍
CAS(Central Authentication Service),是耶鲁大学开发的单点登录系统(SSO,single sign-on),应用广泛,具有独立于平台的,易于理解,支持代理功能。CAS系统在各个大学如耶 ...
Spring+Hibernate+Acegi 的初次体验
到现在我也没有弄明白Acegi里面很多的功能,刚刚开始学的时候我就已经被它那繁琐的配置震慑住了,不过当我动起手来一步步实现的时候,才发现其实它远没有那么难,当然随着学习的深入,会渐渐再发现这一点吧,现在就让我们初学者一切体验Acegi的功能吧!
还以我传统的例子为例:
毕业设计选题系统,三种角色:教师,学生,管理员,我想让他们的登陆都在一个界面下自动识别,而无需进行身份选择,登陆后,他们将分别到各 ...
又一份完美计划横空出世,希望能够完成,哪怕一小点
花了四个小时做成,半年计划,因为合同9月份到期,所以以此为里程碑正好半年,也想看看自己到了重新找工作的时候最大能到什么水平(如果都能完成的话-_-!)
我这个人有点完美主义(我GF说我这是强迫症- -!),太喜欢作计划,不是喜欢,是必须,连什么时候作计划都要计划一下,如果不作点计划,我几乎什么都不会去做,因为在我“完美周密”的计划出炉之前,我不知道所要做的事情是否会对我的目标能否起到最大的帮助, ...