Spring Security (Acegi)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Acegi Security in one hour by ShriKant Vashishtha   - [Clicks: 48]
    If you've been itching to try Acegi Security, here's your chance for a hands-on introduction. Learn how to set up Acegi's authentication and authorization services for any Java-based Web application, using both standard components and custom implementations.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-10-2007/jw-10-acegi2.html - Oct, 2007
  • Securing Java applications with Acegi, Part 3: Access control for Java objects by Bilal Siddiqui   - [Clicks: 24]
    Bilal Siddiqui concludes his three-part introduction to Acegi Security System by showing you how to secure access to instances of your Java classes. Learn why you need to secure access to your Java classes, how Spring creates and secures instances of your Java classes, and how to configure Acegi to incorporate class security in your Java applications.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-acegi3/index.html - Sep, 2007
  • Securing Java applications with Acegi, Part 2: Working with an LDAP directory server by Bilal Siddiqui   - [Clicks: 33]
    With the basics out of the way, you're ready to discover the more advanced uses of Acegi Security System. In this article, Bilal Siddiqui shows you how to combine Acegi with an LDAP directory server for flexible, high performance Java application security. Learn how to write an access control policy and store it in ApacheDS, and then configure Acegi to interact with the directory server for authentication and authorization purposes.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-acegi2/index.html - May, 2007
  • From Java EE security to Acegi by Xinyu Liu   - [Clicks: 58]
    Application security as an enterprise-level concern needs to be carefully addressed by developers. This article compares the security services defined in Java EE and Acegi to help developers select the appropriate security services and program security from an enterprise-wide view.
    http://www.javaworld.com/javaworld/jw-03-2007/jw-03-security.html - Mar, 2007
  • Securing Java applications with Acegi, Part 1: Architectural overview and security filters by Bilal Siddiqui   - [Clicks: 49]
    This three-part series introduces Acegi Security System, a formidable open source security framework for Java enterprise applications. In this first article, consultant Bilal Siddiqui introduces you to the architecture and components of Acegi and shows you how to use it to secure a simple Java enterprise application.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-acegi1/index.html - Mar, 2007
  • Project Experience with Acegi Security, Spring MVC and Oracle MapViewer by Erik Kerkhoven   - [Clicks: 163]
    For a customer with an interesting business we had to build a web application that has a RIA front end, displays data on maps, authenticates thru a web service that is connected with a back office customer subscription system, and that can handle any kind of data (for example shops, garages or whatever) as long as it conforms to a certain format. Depending on the specific dataset the application is configured in a different way and behaves differently.
    http://technology.amis.nl/blog/?p=1486 - Jan, 2007

[Top]