AppFuseAuthentication |
|
Your trail: |
Difference between
version 20
and
version 19:
At line 5 changed 1 line. |
<a href="#PartII">Part II</a> of this tutorial shows you how to remove Acegi Security from AppFuse and revert back to Container-Managed Authentication (CMA). However, this might not be a necessary step if you want to use CMA because Acegi Security has a number of [Container Adapters|http://acegisecurity.sourceforge.net/docbook/acegi.html#security-container-adapters] available. |
<a href="#part2">Part II</a> of this tutorial shows you how to remove Acegi Security from AppFuse and revert back to Container-Managed Authentication (CMA). However, this might not be a necessary step if you want to use CMA because Acegi Security has a number of [Container Adapters|http://acegisecurity.sourceforge.net/docbook/acegi.html#security-container-adapters] available. |
At line 21 removed 8 lines. |
!Table of Contents - Part II |
* [2.1|20] Remove Acegi Security files from your project |
* [2.2|21] Remove filter and its filter-mapping |
* [2.3|22] Add web-security.xml to metadata/web |
* [2.4|23] Add logic to detect disabled users (optional) |
* [2.5|24] Remove Acegi Security's logging settings (optional) |
* [2.6|25] Add code to LoginServlet.java to prevent duplicate logins |
|
At line 168 added 2 lines. |
<a name="part2"></a> |
<h2 style="background-color: white; border: 0">Part II - Removing Acegi and reverting to CMA</h2> |
At line 177 removed 2 lines. |
<h2>Removing Acegi and reverting to CMA</h2> |
|
At line 173 added 8 lines. |
!Table of Contents - Part II |
* [2.1|20] Remove Acegi Security files from your project |
* [2.2|21] Remove filter and its filter-mapping |
* [2.3|22] Add web-security.xml to metadata/web |
* [2.4|23] Add logic to detect disabled users (optional) |
* [2.5|24] Remove Acegi Security's logging settings (optional) |
* [2.6|25] Add code to LoginServlet.java to prevent duplicate logins |
|
Back to AppFuseAuthentication,
or to the Page History.
|