Changes between Version 10 and Version 11 of PrivacyAndBilling


Ignore:
Timestamp:
Sep 16, 2010, 11:52:52 AM (14 years ago)
Author:
ugus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrivacyAndBilling

    v10 v11  
    11= Privacy and Billing Cookbook =
    22
    3 This document includes instructions to install and run the SENSEI's privacy preserving billing solution.
     3This document includes instructions how to install and to run the SENSEI's privacy preserving billing solution.
    44
    55
     
    77[[PageOutline(2-3,Table of Contents,inline)]]
    88== Introduction ==
    9 The SENSEI privacy preserving billing solution brings Authentication and Accounting support into the SENSEI framework architecture. Authentication ensures that resource access is granted only to entities that are entitled to do so. The Accounting service is used for tracking the usage of resources for billing purposes.
     9The SENSEI privacy preserving billing solution brings Access control and Accounting support into the SENSEI framework architecture. Access control ensures that resource access is granted only to entities that are entitled to do so. The Accounting service is used for tracking the usage of resources for billing purposes.
    1010
    1111Conventional security architectures are based around the use of security tokens and policies. Security tokens are means of proving an identity of the entity using cryptographic methods in the digital world. Usually a security token consists of machine-readable cryptographic keys (or passwords) and the identity of its owner. Policies are a set of rules that the system has to follow in making administrative decisions. Checking the validity of a user's security token before granting/denying the network access could be an example of such a rule.
     
    163163
    164164== Running the Test Application ==
    165 Eclipse project contains a simple application for testing the basic functionalities of privicay and billing solution. A simple component NEC-REP forwards the resource requests to the Billing Client and Billing Server which are the core of the contribution. NEC-REP can be replaced by any REP component which provides resources to the SENSEI architecture.
     165Eclipse project contains a simple application for testing the basic functionalities of privacy and billing solution. A simple component NEC-REP forwards the resource requests to the Billing Client and Billing Service components which are the core of the contribution. NEC-REP can be replaced by any REP component which provides resources to the SENSEI architecture.
    166166
    167167To run the the test application, please start the tomcat server as shown in the figure below.
     
    171171This will compile and deploy the web applications into {{{Servers/apache-tomcat-6.0.24/webapps}}} in the workspace.
    172172
    173 Now, the Billing Server component needs to be started. This application needs to be run as a java application.  To do so, right click on the '''BillingService.java''' file in '''eu.neclab.sensei.billing''' located under the NEC-BILLING-COMPONENTS project. This is shown below in the figure.
     173Now, the Billing Service component needs to be started. This application needs to be run as a java application.  To do so, right click on the '''BillingService.java''' file in '''eu.neclab.sensei.billing''' located under the NEC-BILLING-COMPONENTS project. This is shown below in the figure.
    174174
    175175[[Image(run_1.png, 50%, center)]]