Changes between Version 3 and Version 4 of RepAaa


Ignore:
Timestamp:
Oct 5, 2010, 3:16:43 PM (14 years ago)
Author:
tim.bauge
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RepAaa

    v3 v4  
    5454==== Registering the policy ====
    5555There may be multiple AAA services running in the domain, and the resource provider must choose which to use (in a real life deployment they may differ in terms of SLAs, or service cost etc).
    56 
    57 The AAA service implementation is provided as a WAR file deployed in a servelet container (see [wiki:Aaa|here]), and the policy files should be placed in the "WEB-INF/classes/authorisation-policies" folder of the WAR file, and the AAA service restarted.
    58 
     56The AAA service implementation is provided as a WAR file deployed in a servelet container (see [wiki:Aaa|here]), and the policy files should be placed in the "/WEB-INF/classes/authorisation-policies" folder of the WAR file, and the AAA service restarted.
    5957Adding, modifying or removing policies is done by changing the content of the "WEB-INF/classes/authorisation-policies" folder.
    60 ==== Enforcing the AAA decision ====
    61 The REP must request an access control decision from the AAA service each time a client tries to access a service. To do this, the REP must know the URL of the
    62 
    6358==== Configuring the Access Controlled REP ====
    64 The REP may be configured in the messages.properties file located in /WEB-INF/classes.
     59The access controlled REP is provided as a WAR file, to be deployed in a servelet container such as Apache Tomcat. The REP must be configured in the messages.properties file located in /WEB-INF/classes directory of the WAR file.
    6560||= Property =||= Description =||
    6661||rep.id||The identifier of the REP, which should be the URI||