HttpInvoker « Security « Spring Q&A





1. Using Spring HttpInvoker over SSL from command line    stackoverflow.com

I have a command line spring application that uses a remote webservice via Spring's HttpInvoker. The connection URL is configured in a property file:

  <bean id="httpFooBarServiceProxy"
    class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
 ...

2. Spring security HttpInvoker and SSL    forum.springsource.org

Spring security HttpInvoker and SSL Hi All we have a spring app running on tomcat with spring security, the client is an applet communicating with the server using HttpInvoker. everything works ...

3. HttpInvoker and @Secured    forum.springsource.org

HttpInvoker and @Secured hey, I'm trying to secure a WebService exposed with HttpInvoker My "security context file" is as follow

4. HttpInvoker Security Issues    forum.springsource.org

HttpInvoker Security Issues hi, we are in the process of developing a warehouse management system using spring + hibernate + swing. we are very please with using httpInvoker as a remoting ...

5. Rich Client - HttpInvoker - Security    forum.springsource.org

Oct 12th, 2005, 12:17 AM #1 token View Profile View Forum Posts Private Message Junior Member Join Date Oct 2005 Posts 2 Rich Client - HttpInvoker - Security Hello, i have ...

6. How-to using Swing HTTPInvoker and Acegi?    forum.springsource.org

How-to using Swing HTTPInvoker and Acegi? I'm looking at developing an app with a Swing front-end, communicating with Tomcat using Spring's HTTPInvoker. The user guide is pretty good about explaining how ...

7. Sample for Digest Authentication with HTTPInvoker    forum.springsource.org

Sample for Digest Authentication with HTTPInvoker Hi there, can anybody please give me a working sample for an digest authentication in combination with http invoker? I have to communicate with a ...

8. No WebApplicationContext found using Acegi with HttpInvoker    forum.springsource.org

No WebApplicationContext found using Acegi with HttpInvoker I am trying to use Acegi with the Spring HttpInvoker deployed to JBoss as a WAR. But, when its deployed with Acegi filters added ...

9. HttpInvoker with two way ssl    forum.springsource.org

HttpInvoker with two way ssl I am trying to write a webservice with the Spring HttpInvoker that requires mutual authentication. I successfully wrote both the client and server sides using only ...





10. Secured HttpInvoker service    forum.springsource.org

Secured HttpInvoker service Hey, I'm trying to create a secured service with HttpInvoker. I've created my service and I've exposed it as a web service with HttpInvoker. I've defined an interceptor ...

11. HTTPInvoker over SSL    forum.springsource.org

12. Checking Concurrent Users using HttpInvoker    forum.springsource.org

Checking Concurrent Users using HttpInvoker I am using the HttpInvoker style of Spring Remoting. I want to implement a check of concurrent users to prevent user access when the total number ...

13. HTTPInvoker and remoting authentcation/authorization    forum.springsource.org

HTTPInvoker and remoting authentcation/authorization Hi, we would like to secure our application with Spring Security. Our application is splitted into two parts a general server application and a web application, which ...

14. Sending client certificate with HttpInvoker    forum.springsource.org

Sending client certificate with HttpInvoker Hi I have a webserver with Spring+Tomcat+HttpInvoker setup. Am using a rich client and am using mutual(two-way) certificate authentication. I dont know how to configure HttpInvoker ...

15. Spring Security and Remoting (HTTPInvoker)    forum.springsource.org

Spring Security and Remoting (HTTPInvoker) I googled around for this and looked in the Remoting and Security forums. I understand that I most likely want to use AuthenticationSimpleHttpInvokerRequestExecutor to use basic ...

16. Access local servlet via httpinvoker during startup    forum.springsource.org

Hi all, i am rather new to Java, Tomcat and Spring and trying to communicate between an applicationContext and multiple servlets (DispatcherServlets) using the httpinvoker RMI. for testing purposes and to ...