1. Session management between thick client and server? stackoverflow.comMy application is a Eclipse Rich Client and I would like to add authentication and authorization features to. My Users and roles are stored in a database and my application also ... |
2. Web Application Security and Client Authentication stackoverflow.comConsider the following implementation of Web app and Client - that uses Spring/Hibernate for the web app. The Application container is Tomcat Web App 1 (Primary) Web App 2 Web App 3 Web App 1, ... |
3. How to use a RememberMeToken in an Defaultclient stackoverflow.comi´m currently trying to undersand how spring security works. to do this i work with the spring-security-sample-tutorial. everythings works fine. the applicationcontext.xml says that there are rememberme services enabled..
|
4. How to give temporary privileges to Client using Spring and JSF stackoverflow.comHi i have a small application with spring and i've been adding security which is great but i need to allow temporary privileges to a specific client may generate an GUID ... |
5. Advice needed on using Spring Security & w/fat client app forum.springsource.orgAdvice needed on using Spring Security & w/fat client app Hi all, I have a fat client application that needs to prevent a user from using two instances of it on ... |
6. Webservice Client + one way ssl. forum.springsource.orgI am using spring webservice for webservice server and client. On client side i was able to send request with http end point without issue. But certain webservice are exposed through ... |
7. How to define AuthenticationEntryPoint for authenticate Rest base clients forum.springsource.orgI am bit confusing for how to implement Spring Security for Rest base clients, that mean in this case we can not denote "loing.jsp" etc page configuration in "security.xml" file know ... |
8. Rich Client Security Model forum.springsource.orgRich Client Security Model I'm trying to flesh out some ideas for a rich client (eclipse rcp) project I'm working on. I'm using the Spring Framework for the server side glue ... |
9. JaxRpc client side authentication. forum.springsource.orgJaxRpc client side authentication. I haven't seen any posts regarding client side authentication for JaxRpc services so I thought i'd share my experience. Our application consists of a rich client that ... |
10. Sharing authentication between webapp & rich client forum.springsource.orgSharing authentication between webapp & rich client Hi, Here's the scenario. My webapp had been integrated with Acegi for handling authentication and now I want to integrate a webstart rich client ... |
11. password transmission best practices for rich-client / web service forum.springsource.orgpassword transmission best practices for rich-client / web service After reading forum posts and documentation for hours, I'm a bit confused about the best way to go about transmitting a user's ... |
12. JaxRpcPortProxyFactoryBean and client authentication forum.springsource.orgJaxRpcPortProxyFactoryBean and client authentication I need to connect a webservice client to a web service running on a spring-based application, which uses Acegi for security. On the client side, I see ... |
13. Acegi client side without Spring forum.springsource.orgAcegi client side without Spring Is there a way to "manually" build the required classes for ACEGI to work, client side, without a Spring ApplicationContext? I tried doing the following: Code: ... |
14. Client-Server-Authentication with RMI forum.springsource.orgJun 7th, 2006, 05:18 AM #1 gibelium View Profile View Forum Posts Private Message Member Join Date Jun 2005 Posts 60 Client-Server-Authentication with RMI Callback hello... I have a problem with ... |
15. BASIC authentication for Rich Client case forum.springsource.orgAug 10th, 2006, 12:03 AM #1 cjmurphy View Profile View Forum Posts Private Message Junior Member Join Date Jul 2006 Posts 16 BASIC authentication for Rich Client case My stripped down ... |
16. Client requirement to access AXIS-WS using SPRING forum.springsource.orgClient requirement to access AXIS-WS using SPRING Hi All I am trying to provide some of my code in the project(SPRING based) as a WS(AXIS - SPRING integration). I just want ... |
17. saaj client via ssl forum.springsource.orgsaaj client via ssl Hello all, i need to access a web service via ssl with saaj api. all i found to do this is setting system properties: Code: System.setProperty("javax.net.ssl.keyStore", "..."); ... |
18. HTTP Invoker and client authentication forum.springsource.orgHTTP Invoker and client authentication I would like to use HTTP Invoker, to call a particular remote service. No big deal there. We'll actually call it using HTTPS, which I don't ... |
19. Access hessian from dotnet client? forum.springsource.orgI am thinking of migrating my xfire/springframework web service to hessian. I am interested in knowing if anyone has used springframework/hessian services from dotnet? No problems with xfire, it's just that ... |
20. Spring JMX - server/client remote access forum.springsource.orgJul 12th, 2007, 05:38 PM #1 springduser View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 14 Spring JMX - server/client remote access Hello, I am ... |
21. WS security client support forum.springsource.orgHi, I posted a proposal about a possible implmentation of WS security client support (see http://opensource.atlassian.com/proj...browse/SWS-143) In the next two months I must work on a project that requires this support ... |
22. ACEGI Administration Client forum.springsource.orgLooking for an ACEGI web or jmx based administration client that may already be written. Just don't want to deal with creating my own at the moment. One that would work ... |
23. WS-Security with Spring WS on both client and server side forum.springsource.orgAug 24th, 2007, 10:19 AM #1 erimag View Profile View Forum Posts Private Message Member Join Date May 2006 Location Stockholm, Sweden Posts 37 WS-Security with Spring WS on both client ... |
24. Web service client and SSL forum.springsource.orgWeb service client and SSL I have a spring web service and client that work fine as long as I'm using http, but now I have to switch over to HTTPS. ... |
25. Spring-WS Client Security issue forum.springsource.orgDec 30th, 2007, 10:38 PM #1 IanB View Profile View Forum Posts Private Message Member Join Date Nov 2007 Posts 40 Spring-WS Client Security issue Ok i have developed a hypothetical ... |
26. WS-Security Support for WebService Clients? forum.springsource.orgThe Spring-WS manual talks about security only in the context of the service producer and never in the context of the service client. Shouldn't there be an equivalent to the XwsSecurityInterceptor ... |
27. Spring WS-Security on client side forum.springsource.orgSpring WS-Security on client side I am trying to add WS Security for username, paswword authentication on the client side. |
28. Multi user/client application forum.springsource.orgMulti user/client application Hi all, I am new in this forum. I am a developer, but last years I worked as network administrator, so I have lost the Java's evolution. Now ... |
29. access a Web Service Client from a Spring Service forum.springsource.orgaccess a Web Service Client from a Spring Service I am a bit perplexed with referencing a web service client from a Spring Service. The web service I am need to ... |
30. access a Web Service Client from a Spring Service forum.springsource.orgaccess a Web Service Client from a Spring Service I am a bit perplexed with referencing a web service client from a Spring Service. The web service I am need to ... |
31. Problems Implementing Client Security forum.springsource.orgApr 14th, 2008, 11:09 AM #1 swestenzweig View Profile View Forum Posts Private Message Junior Member Join Date Mar 2008 Posts 23 Problems Implementing Client Security I am fairly new to ... |
32. How To configure Security client side forum.springsource.orgHow To configure Security client side Hi all, I'm new in the world of spring-WS and I try to used WS Security on the echo exemple. On the server side I ... |
33. Spring Security + Rich Client forum.springsource.orgMay 10th, 2008, 07:23 PM #1 hysterio View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 8 Spring Security + Rich Client Hi all, I'm a ... |
34. Documentation for including Security in a Rich Client Application forum.springsource.orgDocumentation for including Security in a Rich Client Application Hello, I have got a RCP client-Server Application with remoting via httpinvoker/tomcat. I am now trying to include Spring Security in this ... |
35. Writing client for Spring Web Service Security forum.springsource.orgWriting client for Spring Web Service Security Hi, I am following Spring web service reference document. I want to add ecryption and decryption to incoming and outgoing messages. I have added ... |
36. Service Security - Shared Web / Rich Client / WS forum.springsource.orgService Security - Shared Web / Rich Client / WS Hey, First post! I was fiddling with Spring Security on the weekend and ran into a little problem / got stuck. ... |
37. Spring-ws Client for .NET Server with WS-Security forum.springsource.orgSpring-ws Client for .NET Server with WS-Security Hello, I am having some problems translating a security token for a WS-Security service into the required context file for a wss4j or xwss ... |
38. Spring WS Client - add authentication details to the header forum.springsource.orgSpring WS Client - add authentication details to the header Hi, I'm trying to add some simple credentials to my soap header using the Spring WS Client. I have read this ... |
39. Spring Security: Authenticating From Java Client with HTTP Connection forum.springsource.orgSpring Security: Authenticating From Java Client with HTTP Connection Hi. I am new in Spring Security. I have read the Spring Security Reference and tutorial, but still cannot find a way ... |
40. Writing SSL Spring WS Clients forum.springsource.orgWriting SSL Spring WS Clients I have to write a spring ws client that will be running in an ear deployed on weblogic 10.2 portal. The client must access a variety ... |
41. Client access forum.springsource.org |
42. Help on spring rich client security forum.springsource.org |
43. Problem building a Spring client (Security added with Wss4jSecurityInterceptor) forum.springsource.orgProblem building a Spring client (Security added with Wss4jSecurityInterceptor) Hi, I have to write a client Web Service with WS-Security. I'm working with J2SDK 1.4, so I chose Wss4jSecurityInterceptor to add ... |
44. Access Java Spring service w/ .NET client forum.springsource.orgI have a Java Spring service that I need to call from a C#/.NET client. We used Spring HttpInvoker when this was Java-to-Java, so I looked at Spring.NET. But there's no ... |
45. Inferring Authentication Roles on client side with Spring Security forum.springsource.orgInferring Authentication Roles on client side with Spring Security I am using Spring 2.5 , Spring Security 2.0.4 framework along with GWT . After setting all the appropriate security filters - ... |
46. Spring WS Security at Client end forum.springsource.orgHi, I would like know jars needed for adding spring ws security at client end? I am using webserviceTemplate. I am using spring ws 1.0.4( castor marshaller) ,spring 2.0, jdk1.4, Websphere. ... |
47. server-client architceture with basic authentication forum.springsource.orgCan anybody explain for me how can I make a simple web service that can be used by simple clients. For example a simple echo service with client and basic authentication. ... |
48. Security with spring-ws on the Client Side forum.springsource.org |
49. How to configure Spring WebService Client for SSL communication forum.springsource.orgHow to configure Spring WebService Client for SSL communication Hi All, I am trying to communicate with an HTTPS sever who has exposed some webservices. I have used spring-ws to create ... |
50. Roles defined by Client forum.springsource.orghi. Is there a way to let the client decide wich page is accessible by wich Role? I know how to do it ussing weblflow. ex: |
51. 2 way SSL Spring WS Client forum.springsource.orgThe example is in the manual. You just call the endpoint via HTTPS, e.g. Code: WebServiceTemplate wst = new WebServiceTemplate(); StreamSource ss = new StreamSource(new StringReader("SOME MESSAGE")); StreamResult sr = new ... |
52. Security header not found:How to write an Axis Client for Spring WS forum.springsource.orgSecurity header not found:How to write an Axis Client for Spring WS Hi, I need some help/guidance in setting the security headers from an axis client. (that consumes spring-web service). I ... |
53. JaxWsPortProxyFactoryBean with X.509 client authentication forum.springsource.orgHi, Can somebody please give a hint on how to use the org.springframework.remoting.jaxws.JaxWsPortProxyF actoryBean with X.509 client authentication ? From the reference documentation and the API perspective, there does not seem ... |
54. A java-client for Spring Security forum.springsource.orgHello, I have very simple question but have cannot find the answer... I have spring-security based web-application, which return some data for logged user (for example, http://localhost:8895/xxx/get.jsp --> "Hello" for authorized ... |
55. jax-ws and client authentication forum.springsource.orgjax-ws and client authentication I'm trying to use jax-ws to access a web service that requires a client side ssl certificate and basic authentication. The service provided me with a keyStore ... |
56. How to create image file per user and send the image to client to display.. forum.springsource.orgHow to create image file per user and send the image to client to display.. I am working with jfreechart to create graph and convert it into image file format (jpg)..then ... |
57. client-server security questions forum.springsource.orgclient-server security questions Hi, i am not sure if this is really the correct place for my question, but i will try anyway :-) I am using spring security in web ... |
58. Security Headers - axis client forum.springsource.orgCould you please guide me on how to add the security headers to the client soap request using the stubs i have created using Axis2 from the wsdl generated by spring ... |