Spring Security (Acegi)

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

Articles
Libraries
  

Articles:
  • Acegi security for JSF applications by Seema Richard   - [Clicks: 92]
    Use the Spring application context to configure Acegi's authentication and authorization services for your JSF applications.
    [Includes sample code]
    http://www.javaworld.com/javaworld/jw-04-2008/jw-04-acegi-jsf.html - Apr, 2008
  • Securing Java applications with Acegi, Part 5: Protecting JavaBeans in JSF applications by Bilal Siddiqui   - [Clicks: 46]
    Bilal Siddiqui concludes his series by demonstrating how to use Acegi to secure access to JavaBeans in JavaServer Faces (JSF) applications. You can configure secure beans in a variety of ways, including using Acegi-secured inversion-of-control (IOC) beans directly in your JSF tags.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-acegi5/index.html - Apr, 2008
  • Securing a Grails Application with Acegi Security by Fadi Shami   - [Clicks: 31]
    This article discusses the integration of the grails-acegi plugin with a sample Grails application. As part of this integration, there are three major components – Groovy, Grails and Acegi Security.
    http://www.infoq.com/articles/grails-acegi-integration - Feb, 2008
  • Securing Java applications with Acegi, Part 4: Protecting JSF applications by Bilal Siddiqui   - [Clicks: 43]
    This fourth installment demonstrates how to use Acegi to secure JavaServer Faces (JSF) applications that run in a servlet container. This article first explains the features Acegi provides for this purpose and dispels some common misconceptions about using Acegi with JSF. This article then presents a simple web.xml file that you can use to deploy Acegi to secure a JSF application. From there, go deep inside Acegi and JSF components to understand the sequences of events that happen when you deploy the web.xml file and when users access the JSF application. The article concludes by presenting a sample JSF application secured by Acegi.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/j-acegi4/index.html - Feb, 2008

[Top]

Libraries:
  • Acegi Security System for Spring by Ben Alex, Francois Beausoleil   - [Clicks: 122]
    A comprehensive security module for The Spring Framework. Delivers authentication, authorization, security interception, and run-as authentication replacement. Extensive use of well-targeted interfaces facilitate easy customisation by developers.
    http://acegisecurity.sourceforge.net/

[Top]