security « cxf « Java Enterprise Q&A





1. Webservice Security and Windows Certificates    stackoverflow.com

I want to sign webservice requests using Apache CXF and WSS4J. As far as I know, I would need a JKS store containing the certificate I want to use for signing. There's ...

2. CXF web service throttling    stackoverflow.com

I'm new to CXF and I would like to know if it has any build-in mechanism that would allow limiting the number of concurrent calls to the web service, thus addressing ...

3. Restrict return classes in Apache CXF    stackoverflow.com

Is it possible to make sure that CXF will not release a class? I am fairly sure that my program wont at present but would want to be certain. Basically I ...