Changes between Version 5 and Version 6 of Aaa


Ignore:
Timestamp:
Oct 5, 2010, 10:44:10 AM (14 years ago)
Author:
sarah.pennington
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Aaa

    v5 v6  
    7979A system provider MAY choose to deploy a AAA block. If it does not, resource and framework component providers wishing to use access control will have to provide their own.
    8080=== Deployment ===
    81 The STS is provided as a web app, to be deployed in a servlet container.
     81The AAA block is provided as a web app, to be deployed in a servlet container. A number of configuration options need to be set in the WAR file before it is deployed.
     82==== Configure ====
     83The configuration files are located in /WEB-INF within the WAR file. The Spring Security and authentication filters are configured in applicationContext-security.xml. The rest of the code is configured in applicationContext.xml. However, many of the properties set in the Spring context can configured in the properties files located in /WEB-INF/classes.
     84
    8285=== Management ===
    8386==== Handling access controlled entities ====