Search:

Type: Posts; User: mosheb@nexperience.com; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    7,100

    Hi, I'm also looking into using ADFS SSO in a...

    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,...
  2. Don, thanks for clarifying this. Your explanation...

    Don, thanks for clarifying this. Your explanation really helped :)
  3. I read the documentation in...

    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....
  4. Hi, It is just a simplified version of the...

    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...
  5. @Transactional is ignored in Junit4 test

    Hi,

    I'm trying to convert my test classes to use the @Transactional annotation instead of extending AbstractTransactionalJUnit4SpringContextTests and using @NotTransactional. This is the...
  6. Hi wwheeler, Thanks for yuor reply. I...

    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...
  7. One method, two required permissions

    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...
  8. Upgrading from Acegi to Spring Security: Where is CasAuthenticationHandler?

    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...
  9. Getting NullPointerException in AbstractAutoProxyCreator

    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"...
Results 1 to 9 of 9