Hi, I have described it a bit in my blog: http://ashakirin.blogspot.de/2012/02/using-ws-policy-in-cxf-projects.html "Create custom policy assertions and associate interceptors". There are some details in CXF documentation: http://cxf.apache.org/docs/developing-assertions.html. You can take as sample any existing policy assertion (for example IssuedToken) and look how it is implemented in CXF in sense of Assertion Interface and Interceptors Provider. The policy assertion functionality is easily extendable.
You can also look into Talend ESB code based on CXF, it supports some proprietary policy assertions: https://github.com/Talend/tesb-rt-se/tree/master/policies/compression-policy. Regards, Andrei. > -----Original Message----- > From: srinivas thallapalli [mailto:[email protected]] > Sent: Freitag, 23. Januar 2015 08:21 > To: [email protected] > Subject: RE: Security Related Questions > > Thanks for reply. > > Could you please elaborate "proprietary policy assertion to activate custom > interceptors". Please share some samples/links, if you have any sample > proprietary policy assertion to activate custom interceptors to achieve > similar > to what I was looking for. > > > > > > -- > View this message in context: http://cxf.547215.n5.nabble.com/Security- > Related-Questions-tp5753340p5753438.html > Sent from the cxf-user mailing list archive at Nabble.com.
