Hi,
I'm also looking into using ADFS SSO in a Spring Security based Java app.
Any help is appreciated.
@YuLong - I'd be happy to hear if you made any progress in this area :-)
Thanks,...
Type: Posts; User: mosheb@nexperience.com; Keyword(s):
Hi,
I'm also looking into using ADFS SSO in a Spring Security based Java app.
Any help is appreciated.
@YuLong - I'd be happy to hear if you made any progress in this area :-)
Thanks,...
Don, thanks for clarifying this. Your explanation really helped :)
I read the documentation in http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/testing.html#testcontext-tx - it doesn't say anything about making the test case a bean....
Hi,
It is just a simplified version of the test, to filter out noise. I run it with debug breakpoint on the system.out.println() line, and I check the stack trace. I do not see the...
Hi,
I'm trying to convert my test classes to use the @Transactional annotation instead of extending AbstractTransactionalJUnit4SpringContextTests and using @NotTransactional. This is the...
Hi wwheeler,
Thanks for yuor reply.
I probably gave a bad example, but my point was that I want to filter a single method using two different permissions. Following your example, suppose I want...
Hi,
Suppose I would like to filter the results of some method using more than one permission. For example, I have the method getAllUsers() that is used by the application both for getting the...
Hi,
I'm upgrading from Acegi 1.0.6 to Spring Security 2.0.4. I'm using Acegi both in client side and in the CAS server side.
Acegi was distibuted with...
Hi,
I have the following definitions in an application context XML (among some other bean definitions):
<bean id="sessionId.rtmp" class="com.nexperience.util.red5.Red5Utilities"...