3 Replies Latest reply on May 18, 2010 5:53 PM by anil.saldhana

    picketlink-handlers and handleStatusResponseType

    bkrisler

      Hi,

       

      I am trying to create a handler that sits on the response chain. I thought it would be as simple

      as adding my handler to the list of handlers in picketlink-handlers.xml, and then having my

      custom handler extend BaseSAML2Handler, overriding handleStatusResponseType.

       

      I then setup a simple ServiceProvider and IdentityProvider to see if my custom handler works.

      I get a log message that my handleRequestType is called (indicating my code is loading correctly),

      however my override of handleStatusResponseType never gets called.

       

      Am I going about this wrong?

       

      Also, the docs indicate that the ordering of picketlink-handlers is important, but I can

      find no documentation on what the order implies? Are they processed from first to last?

       

      Thanks

       

      Brian