Archive for the ‘Security’ Category
Friday, May 2nd, 2008
Adding a database back end to Spring Security seems deceptively simple. And to be fair, there are several ways to do it. The way I had in mind looked like a shortcut.
In my application there is basically one table for all users. It contains the values I need for username, ...
Posted in Hsqldb, Java, Security, Spring, Xml | No Comments »
Thursday, May 1st, 2008
Astute readers of my last Acegi article will note that Acegi has been assimilated into the Spring project, and is now called Spring Security. This next example is how I was able to get Spring Security running on my webapp.
I decided early on that I did not want to mess ...
Posted in Java, Security, Spring, Tutorials, Web, Xml | No Comments »
Monday, April 28th, 2008
Note; This was my first day of adding Acegi to an existing webapp.
You can find a lot of Acegi security framework examples on the web these days. Unfortunately, nearly all of the examples use Acegi use the pre 1.0 version, which is before someone removed the SecurityEnforcementFilter..
The official description ...
Posted in Java, Security, Spring, Tutorials, Web, Xml | No Comments »
Monday, February 19th, 2007
Acegi-Security for Spring is a popular open source choice for implementing a robust security solution. It can be a daunting task to get up and running with it quickly. The recommended steps from the website say that you need to spend about a week learning it before you ...
Posted in Java, Security | No Comments »