RESTful « Security « Spring Q&A





1. Form based login while also applying REST principles    stackoverflow.com

I am a Spring/JavaEE web programmer and am starting to investigate the principles of REST for future web applications, but I can't figure out how to do usable logins. For a ...

2. How do you secure Apache CXF RESTful APIs?    stackoverflow.com

Is there an easy way to secure RESTful API exposed via Apache CXF's JAX-RS implementation? Are there any hooks for security via Spring Security?. I heard of people using ...

3. Spring Security, OAuth and Pre-Authorization    stackoverflow.com

Can anyone provide some information, hints or tutorials that demonstrate how to use Spring Security OAuth with Spring's PreAuthorize feature? Ideally, I would like to link a username used ...

4. Securing Jersey RESTful services with spring-security-core using jaxrs plugin    stackoverflow.com

I'm needing to implement some RESTful webservices for a client in a Grails app and I want to use the jaxrs plugin but I am having a heck of a time ...

5. How to design authentication and authorization system for REST backend / Ajax front End Application    stackoverflow.com

I am starting a new project where we are planing to build a restful back end and an AJAX font end. I am approaching the problem by focusing on Identifying all ...

6. Implment RESTful webservice with Jersey and spring security    stackoverflow.com

These days, I am implementing RESTful webservice with Jersey. For security, we are considering to use spring security. During integrate jersey & spring security , we found some issues.

  1. Redirected to 8080 port ( ...

7. RememberMe in spring restful application    stackoverflow.com

We have a 100% Javascript Webapp using a spring MVC restful server. We have secured it with https+basic authentication. We want to add a RememberMe feature, where users can get a valid ...

8. How to implement REST in my Web Application. I want to make a rest API for my website?    stackoverflow.com

I am working on an enterprise application and need to provide services to mobile app using REST. I want to implement or build a REST API for my website using which I ...

9. How to secure the RESTful webservices created using Springs's REST Api?    stackoverflow.com

We have a Spring web application created using Spring MVC 3.0 In the same application, we have created RESTful web services using Springs's REST API. Now we need to secure ...





10. Restful CAS client and Proxy Granting Tickets    stackoverflow.com

I have an application that uses a CAS server to authenticate. I first use a REST call to generate a ticket generating ticket which is then validated successfully and a ...

11. how to access RESTful parameters from ZK GenericForwardComposer when using Spring MVC    stackoverflow.com

i'm working on a project using zk and spring.Basically Spring manages object life-cycle of the objects.i've planned to use cute url.for that i used ZK MVC pattern and added Spring 3 ...

12. Authentication scheme for multi-tiered web application utilizing REST API    stackoverflow.com

I am building a web application in which two of the major components are the website and a backend RESTful web service. The website will make calls to the RESTful web ...

13. Jersey JAX-RS + Spring security application sample    stackoverflow.com

Does anyone have a sample application about what is described on this answer? User authentication on a Jersey REST service Thank you!

14. Spring Security REST Webservice Annonymous Authentication Session Management    stackoverflow.com

I've written a RESTful webservice using Spring MVC. I essentially enrole a customer then add further details following enrollment. The flow is basically as follows:

  1. Enter 1st set of enrollment information. This ...

15. CXF RESTful Client - How to do basic http authentication without Spring?    stackoverflow.com

I am familiar with using Jersey to create RESTful webservice servers and clients, but due to class loading issues, I am trying to convert a Jersey client into CXF. I ...

16. Dynamically installing an Aspect pointcut on a single instance    stackoverflow.com

I am using the RestTemplate from Spring and notice it does not have a way to add a chain of responsibility to the RequestCallback before execute is called. I want to install ...





17. Securing a RESTful service build with Spring Web MVC (simple username/passwort auth)?    forum.springsource.org

Securing a RESTful service build with Spring Web MVC (simple username/passwort auth)? Hello, I'm currently building a RESTful service with Spring Web MVC (Spring 3) at it works really well. Now ...

18. JAX-RS Jersey restful webservice security with Spring    forum.springsource.org

Hi, I want to secure my Jersey + spring restful webservice (authentication + authorization). I know there are some options like OAuth, SSL/TLS but i wonder want is the best solution ...

19. Using spring to secure a Jersey Restful Web Service    forum.springsource.org

I think it is a great idea. In fact, that is what I am doing at the moment - adding spring-security based authentication and authorization to my existing jersey rest interface. ...

20. ACEGI Authentication for a RESTful service    forum.springsource.org

This is may be glaringly obvious but - I want to write an API framework that will provide data to the outside world in XML format, as long as they are ...

21. ACEGI Authentication for a RESTful service    forum.springsource.org

This is may be glaringly obvious but - I want to write an API framework that will provide data to the outside world in XML format, as long as they are ...

22. Spring-Security and Restful Integration    forum.springsource.org

Spring-Security and Restful Integration Hi All I am new to Spring and I was trying to integrate Spring 3.0 security in one of my Restful application. I have a 3rd party ...

23. Restful @Secured method    forum.springsource.org

Hi, I have problems to combine Spring Security (3.0.0RC1) and Spring REST (3.0.0.M4). I added Spring REST Controller over the class Annotation @Controller and the configuration . After this ...

24. Best Way to Authenticate RestFul Web Service    forum.springsource.org

Best Way to Authenticate RestFul Web Service I am running an app using Spring Security Form based authentication. I would like to integrate some RestFul Webservices into this same app. I ...

25. security with restful urls    forum.springsource.org

I recommend you take a look at Spring Security. It will provide authentication features and then you can perform authorisation within your web controllers. Alternately you can use Spring Security's extensive ...

26. Securing RESTFul server    forum.springsource.org

Securing RESTFul server Hello guys. I'm making a SaaS application, and i have done all the REST services. Now, i wish to secure this services, to allow only registered members to ...

27. Spring 3.0 Security and RESTful WebServices    forum.springsource.org

Hi, I am newBie to Spring 3.0 RESTful WebServices and Security in general. I want to secure my RESTful webservices using Spring 3.0. Can some one point me to resources/code samples ...

28. Spring Security - LDAP, Database, RESTful API    forum.springsource.org

Spring Security - LDAP, Database, RESTful API I am a bit confused of having all these things together. - Basically, I have a spring app providing a RESTful services as well ...

29. spring security on restful services (client implementation)    forum.springsource.org

spring security on restful services (client implementation) I have a spring MVC web application that exposes all of the controller methods as restful web services that accept/return json. I would like ...