Search:

Type: Posts; User: pbalachandran; Keyword(s):

Search: Search took 0.02 seconds.

  1. Spring LDAP and AD

    Excellent code sample, thank you!
  2. Replies
    0
    Views
    453

    ACEGI Custom Preauthentication

    I have a requirement where I need to preauthenticate requests coming from a certain referers (say URL) and essentially let the request pass through the ACEGI chain without tripping it up (ie. asking...
  3. I figured this out from this post -...

    I figured this out from this post - http://forums.sun.com/thread.jspa?threadID=5410412
  4. Deploying JAX WS that uses Spring and Hibernate

    I have a JAX-WS webservice that uses Spring and Hibernate. I am trying to deploy this in Glassfish v3, but get the following deployment error:

    wss:binding#6f8015a1' defined in class path...
  5. I used this sample and I got it working, thank...

    I used this sample and I got it working, thank you.
  6. I think I understand what you are proposing, but...

    I think I understand what you are proposing, but I am not sure on how the following will hold up:

    a. The user logs into my site, and triggers a post to an external system. While he is interacting...
  7. Replies
    1
    Views
    496

    Recreating user session

    I need to be able to recreate a user's session (and in turn seamlessly get him logged-in by recreating his security context) using a session Id that have stored from earlier in the web conversation. ...
  8. I am unclear about the last part of that sequence...

    I am unclear about the last part of that sequence (in my previous post). Wouldn't I have to recreate the Authentication object using the unique id associated with the user? If so what is the best...
  9. So based on your posts from last week, let me...

    So based on your posts from last week, let me outline the sequence to ensure I got it down:

    a. Before I post out to the external URL, I extract a session Id that is associated with the user's...
  10. Posting to external URL & Spring Security

    I was able to get the external service to modify their product to return a session attribute that I am passing to them. You had mentioned in your earlier post that a custom AccessDecisionVoter would...
  11. I just saw your other reply. I think when I...

    I just saw your other reply. I think when I suggest a change in the external system, I would want them to associate the results with a user identifier I sent when I made the request for data.

    I...
  12. I think it is closer to the first sequence...

    I think it is closer to the first sequence diagram with one change - the last response in your diagram (from external site to mine) is instead replaced with a new request from the external system to...
  13. First off, I don't understand why the Security...

    First off, I don't understand why the Security Context gets preserved on subsequent calls to the external service (if it indeed was opening a new session to post results back). It appears to be...
  14. Thank you jamestatic for the reply. If that...

    Thank you jamestatic for the reply.

    If that indeed were the case then, how does one explain the behavior that I have outlined in item b:

    a. The first time a user logs into my site and then gets...
  15. Posting to external URL & Spring Security

    My application is secured by Spring Security framework. Within one JSP page, I am doing a post to an external URL (i.e. a service), but when results are returned from the external site (which posts...
  16. Thank you marcintom for your post. I did have an...

    Thank you marcintom for your post. I did have an <img> tag that had a empty src, which seems to have been causing the repeated post of the request.

    Appreciate your help.
  17. Repeated execution of methods in Spring MVC Controllers

    I have a couple of controllers (one inheriting from AbstractController, while the
    other inherits from AbstractWizardFormController) in which methods are executed twice with the submission of every...
Results 1 to 17 of 17