Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
This is version 2.
It is not the current version, and thus it cannot be edited. This document is a work in progress, don't count on this actually working yet.This How To will walk you through the steps of adding Acegi Security Acegi Security is a security framework that is build using the techniques of the Spring Framework Table of Contents
Prerequisites [#0]Before starting this how to, you must first have an AppFuse project that is wired with Spring. If your application is built on AppFuse 1.4 or newer, you meet this requirement already. If not, you will want to migrate your app to use the Spring Framework first.You will also have to replace container managed security with the Acegi FilterInvocation Security Interceptor. Updating your roles [#1]Catch the AccessDeniedException [#2]Configure the MethodSecurityInterceptor [#3]
|