문제

I am developing Spring Based multitenant application. I was refering to an article @ http://www.ibm.com/developerworks/library/j-saas/index.html

It shows how to implement Multitenant application using Spring Security + LDAP. But it seems that article is written in 2008 and is applicable to Spring Security 2.0.1. whereas I am using latest version of Spring Security (3.1.3).

In latest Version, I am not able to locate SpringSecurityContextSource class.

Any suggestion on how to achieve same functionality?

도움이 되었습니까?

해결책

I have just removed references of SpringSecurityContextSource. Still application is working as expected.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top