List/Grid Tag Archives: Spring Security

Spring Security – Two Security Realms in one Application
This blog post is mainly about Spring Security configuration. More specifically it is intending to show how to configure two different security realms in one web application. ...

Spring Security Part 2 – Password Encryption, Customize 404 and 403 error page
Here is the part 2 of spring security post. In this post I will show you how to encrypt password using MD5 and customize 403 and 404 status code error pages. If you haven’t read ...

Spring Security Part 1 – Simple Login application with database
What is Spring Security? Spring security is a framework that provides security solution, handling authentication and authorization at both the web request level and the method level. ...

REST + Spring Security session problem
REST, sessions .. wait. There are no sessions in REST application, right? Well, thats true. If we can avoid sessions we should do that. REST is stateless. The main concern about statelessness ...

OAuth with Spring Security
From Wikipedia: OAuth (Open Authentication) is an open standard for authentication. It allows users to share their private resources (e.g. photos, videos, contact lists) stored on one ...

Basic and Digest authentication for a RESTful Service with Spring Security 3.1, part 6
This is the sixth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1. A previous article introduced security in the context ...

Securing a RESTful Web Service with Spring Security 3.1, part 3
This is the third of a series of articles about setting up a secure RESTful Web Service using Spring 3.1 and Spring Security 3.1 with Java based configuration. This article will focus ...

Java Code Geeks Andygene Web Archetype
Hello all, We are happy to announce that the first release of a set of maven archetypes is out!!! The goal of this set is to provide project templates that can fulfill various development ...

Securing GWT apps with Spring Security
In this tutorial we will see how to integrate GWT with Spring’s security module, i.e. Spring Security. We will see how to protect the GWT entrypoint, how to retrieve the user’s ...

