1. Apache CXF: How to secure JAX-RS web service with basic authentication stackoverflow.comI have a Spring application that publishes some RESTful web services using Apache CXF (using jax-rs). I would like to secure access to those services using HTTP basic authentication. The username ... |
2. Getting access to a spring bean from a webservice? stackoverflow.comI have created a cxf webservice within my cxf.xml file I have the following tag. bean id="videoStatsTable" class="com.company.auth.dataobjects.VideoStatsTable" From what I understand Spring should create this object for me. The problem is ... |
3. Securing Web Service communication with SSL using CXF stackoverflow.comI am trying to secure communications via SSL/TLS for one of our Web Service using CXF 2.2.5. I am wondering how to update client and server Spring configuration file to activate this ... |
4. CXF SSL Spring configuration - Empty client certificate chain stackoverflow.comI am trying to build a SSL secured Web Service client using CXF Spring configuration and I wonder how is it possible to tell to CXF to use this client certificate ... |
5. Why do I get a bad_certificate error when using spring and CXF stackoverflow.comI am using CXF generated code to connect to a remote web service over SSL and through a corporate proxy. The code works fine when the connection is established through ... |
6. CXF, WS-Security and Spring : UserToken stackoverflow.comMy websrervice works using authentication, but the problem is that it's static, it's written in the XML file, and even in the class that implements CallbackHandler. I want to execute my webservice ... |
7. using annotations with spring to access webservice stackoverflow.comI need to access a |
8. custom interceptor for cxf service to allow spring security authentication stackoverflow.comI'm using spring security for authentication in my app and now I'm exposing a web service using cxf and I want to authenticate the current web service call using spring security. ... |
9. place my custom interceptor after default org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor in cxf stackoverflow.comI want to create a custom interceptor to access the x.509 certificate, and as I have read here: http://forum.springsource.org/showthread.php?100159-ProviderNotFoundException-wiring-CXF-s-WSS4JInInterceptor-with-Spring-Security. I have to create an interceptor after the default org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor But I can't ... |
10. WS-Security not working with CXF stackoverflow.comI' am trying to develop a WS-security enabled web service with Apache CXF. Tutorial that I am following is here. Unfortunately I am continuously getting the following error much ... |
11. How to enable TLS/SSL in java, Spring / CXF for Web Service? stackoverflow.comI have a simple WebService defined in Spring config:
|
12. Best way to implement WS PasswordDigest, CXF, Spring Security and LDAP stackoverflow.comI'm trying to authenticate a user via WS PasswordDigest using Spring Security to an LDAP server. I was searching in several posts that it possible to do it, but I cannot ... |
13. SimpleJaxWsServiceExporter and wssecurity stackoverflow.comI have been experimenting with the various Java web service stacks (CXF, Metro and Spring-WS), and have come to the conclusion that none of them beat the simplicity of Spring's SimpleJaxWsServiceExporter, ... |
14. ProviderNotFoundException wiring CXF's WSS4JInInterceptor with Spring Security. forum.springsource.orgProviderNotFoundException wiring CXF's WSS4JInInterceptor with Spring Security. Hi everybody. I' have a project using Spring and CXF (it is sort of a legacy code and I need some RPC style web ... |
15. Best way to implement WS PasswordDigest, CXF, Spring Security and LDAP forum.springsource.orgBest way to implement WS PasswordDigest, CXF, Spring Security and LDAP I'm trying to authenticate a user via WS PasswordDigest using Spring Security to an LDAP server. I was searching in ... |
16. How can i secure CXF with Acegi forum.springsource.org |
17. How to integrate Spring Security with CXF? forum.springsource.orgHow to integrate Spring Security with CXF JAX-RS Webservice? I have a web app running spring security form based authentication. I am trying to configure some webservices running within this app ... |
18. Spring Security usage with Apache CXF JAX-WS-Frontend forum.springsource.orgSpring Security usage with Apache CXF JAX-WS-Frontend Hello I developed a Java-First JAX-WS Webservice using Apache CXF as Webservice Framework which is configured by Spring. Now I have to secure the ... |
19. Spring security session management via CXF ReST services forum.springsource.orgSpring security session management via CXF ReST services Hi, I'm very new to spring security framework, so please forgive me if this question is naive. (Spring Framework 2.5.6, Spring security 2.0.6) ... |
20. Problem using Spring security and Apache CXF forum.springsource.orgDec 20th, 2010, 09:15 AM #1 tijsrademakers View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 1 Problem using Spring security and Apache CXF Hi, In ... |