Changes between Version 8 and Version 9 of Aaa


Ignore:
Timestamp:
Oct 5, 2010, 12:30:12 PM (14 years ago)
Author:
sarah.pennington
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Aaa

    v8 v9  
    122122==== Accounting interface ====
    123123* what it does
    124 tbd
     124The AAA Service records data about each request for an access control decision. It stores the following information:
     125* The time at which the request was received
     126* The username and role of the user accessing the resource
     127* The identifier of the requested resource
     128* The AAA decision and reason
     129The Accounting interface provides access to the accounting information stored by the AAA Service.
    125130* how to view / reset / etc
    126 tbd
     131The Accounting data can be viewed at <aaaservice URI>/REST/Accounting
     132The data can also be cleared at <aaaservice URI>/REST/Accounting/ClearAll
     133Access to both of these URLs can be restricted by configuring the Spring Security Filter in applicationContext-security.xml