cxf « Security « Spring Q&A





1. Apache CXF: How to secure JAX-RS web service with basic authentication    stackoverflow.com

I 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.com

I 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.com

I 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.com

I 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.com

I 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.com

My 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.com

I need to access a webservice by using spring JaxWsPortProxyFactoryBean. i can wire it in a context xml and use it. are there any way to use that 'webservice' with only ...

8. custom interceptor for cxf service to allow spring security authentication    stackoverflow.com

I'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.com

I 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.com

I' 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.com

I have a simple WebService defined in Spring config:

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cxf="http://cxf.apache.org/core"
xmlns:jaxws="http://cxf.apache.org/jaxws" xmlns:wsa="http://cxf.apache.org/ws/addressing"
xmlns:http="http://cxf.apache.org/transports/http/configuration"
xmlns:wsrm-policy="http://schemas.xmlsoap.org/ws/2005/02/rm/policy"
xmlns:wsrm-mgr="http://cxf.apache.org/ws/rm/manager"
xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration"
xsi:schemaLocation="
    http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd
    http://schemas.xmlsoap.org/ws/2005/02/rm/policy http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd
    http://cxf.apache.org/ws/rm/manager http://cxf.apache.org/schemas/configuration/wsrm-manager.xsd
    http://www.springframework.org/schema/beans ...

12. Best way to implement WS PasswordDigest, CXF, Spring Security and LDAP    stackoverflow.com

I'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.com

I 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.org

ProviderNotFoundException 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.org

Best 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.org

How 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.org

Spring 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.org

Spring 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.org

Dec 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 ...