Changes between Version 7 and Version 8 of doc/developer/TokenArchitecture

Show
Ignore:
Timestamp:
06/06/08 07:08:41 (5 years ago)
Author:
benoitg
Comment:

Spelling

Legend:

Unmodified
Added
Removed
Modified
  • doc/developer/TokenArchitecture

    v7 v8  
    11[[PageOutline]] 
    2 Contributor(s): Benoit Grégoire, last modified: 2007-05-03 
     2Contributor(s): Benoit Grégoire, last modified: 2008-06-05 
    33 
    44= Token, General model = 
     
    1616 * token_max_usage_duration: Ex: Allows selling access by the hour (counting only when in use) 
    1717 * token_max_wallclock_duration: Ex:  Allows selling daily, weekly or monthly passes (starting the count as soon as the token is first used) 
    18  * token_max_age: Ex:  Allow setting a maximum time before epirint (starting the count as soon as the token is issued) 
     18 * token_max_age: Ex:  Allow setting a maximum time before expiration (starting the count as soon as the token is issued) 
    1919 * is_reusable:  Is the connection reusable? (normally, yes) 
    2020 
     
    2525token_lots 
    2626 * token_lot_id 
    27  * comment:  A freeform comment about the lot 
     27 * comment:  A free-form comment about the lot 
    2828 * creation_date 
    2929Lots are groups of tokens issued at the same time 
     
    3434 * token_lot_id: References token_lots 
    3535 * token_creation_date (not the same as connection start time) 
    36  * token_issuer:  A user in the system.  User responsable for the creation of the token (not necessarily the same as the one using it)  
     36 * token_issuer:  A user in the system.  User responsible for the creation of the token (not necessarily the same as the one using it)  
    3737 * token_owner:  The user that can USE the token (anyone if empty?). 
    3838