Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseSecurity
AppFuseSecurityMetho...
AppFuseSecuritySetti...




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseAuthentication


Difference between version 15 and version 14:

At line 10 changed 8 lines.
* [1-1] Add Acegi Security JARs to your project
* [1.2] Create applicationContext-security.xml
* [1.3] Configure filter and its filter-mapping
* [1.4] Remove web-security.xml from metadata/web
* [1.5] Add an "enabled" variable to the User object (optional)
* [1.6] Configure logging for Acegi Security
* [1.7] Remove setting from LoginServlet.java to prevent duplicate logins
* [1.8] Add code to logout.jsp so logout succeeds
* [1.1|1] Add Acegi Security JARs to your project
* [1.2|2] Create applicationContext-security.xml
* [1.3|3] Configure filter and its filter-mapping
* [1.4|4] Remove web-security.xml from metadata/web
* [1.5|5] Add an "enabled" variable to the User object (optional)
* [1.6|6] Configure logging for Acegi Security
* [1.7|7] Remove setting from LoginServlet.java to prevent duplicate logins
* [1.8|8] Add code to logout.jsp so logout succeeds
At line 19 added 2 lines.
<!-- I left steps #9-19 out of the sequence to give room for additional steps -->
At line 20 changed 6 lines.
* [2.1] Remove Acegi Security files from your project
* [2.2] Remove filter and its filter-mapping
* [2.3] Add web-security.xml to metadata/web
* [2.4] Add logic to detect disabled users (optional)
* [2.5] Remove Acegi Security's logging settings (optional)
* [2.6] Add code to LoginServlet.java to prevent duplicate logins
* [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 27 changed 1 line.
!!Add Acegi Security JARs to your project [#1.1]
!!Add Acegi Security JARs to your project [#1]
At line 33 changed 1 line.
!!Create applicationContext-security.xml [#1.2]
!!Create applicationContext-security.xml [#2]
At line 42 changed 1 line.
!!Configure filters and filter-mappings [#1.3]
!!Configure filters and filter-mappings [#3]
At line 65 changed 1 line.
!!Remove web-security.xml from metadata/web [#1.4]
!!Remove web-security.xml from metadata/web [#4]
At line 68 changed 1 line.
!!Add an "enabled" variable to the User object [#1.5]
!!Add an "enabled" variable to the User object [#5]
At line 128 changed 1 line.
!!Configure logging for Acegi Security [#1.6]
!!Configure logging for Acegi Security [#6]
At line 135 changed 1 line.
!!Remove setting from LoginServlet.java to prevent duplicate logins [#1.7]
!!Remove setting from LoginServlet.java to prevent duplicate logins [#7]
At line 171 changed 1 line.
!!Remove Acegi Security files from your project [#2.1]
!!Remove Acegi Security files from your project [#20]
At line 174 changed 1 line.
!!Remove securityFilter and its filter-mapping [#2.2]
!!Remove securityFilter and its filter-mapping [#21]
At line 177 changed 1 line.
!!Add web-security.xml to metadata/web [#2.3]
!!Add web-security.xml to metadata/web [#23]
At line 180 changed 1 line.
!!Add logic to detect disabled users (optional) [#2.4]
!!Add logic to detect disabled users (optional) [#24]
At line 196 changed 1 line.
!!Remove Acegi Security's logging settings (optional) [#2.5]
!!Remove Acegi Security's logging settings (optional) [#25]
At line 204 changed 1 line.
!!Add code to LoginServlet.java to prevent duplicate logins [#2.6]
!!Add code to LoginServlet.java to prevent duplicate logins [#26]

Back to AppFuseAuthentication, or to the Page History.