Changes between Version 7 and Version 8 of doc/developer/TokenArchitecture
- Timestamp:
- 06/06/08 07:08:41 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/TokenArchitecture
v7 v8 1 1 [[PageOutline]] 2 Contributor(s): Benoit Grégoire, last modified: 200 7-05-032 Contributor(s): Benoit Grégoire, last modified: 2008-06-05 3 3 4 4 = Token, General model = … … 16 16 * token_max_usage_duration: Ex: Allows selling access by the hour (counting only when in use) 17 17 * 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 e pirint(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) 19 19 * is_reusable: Is the connection reusable? (normally, yes) 20 20 … … 25 25 token_lots 26 26 * token_lot_id 27 * comment: A free form comment about the lot27 * comment: A free-form comment about the lot 28 28 * creation_date 29 29 Lots are groups of tokens issued at the same time … … 34 34 * token_lot_id: References token_lots 35 35 * token_creation_date (not the same as connection start time) 36 * token_issuer: A user in the system. User respons able 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) 37 37 * token_owner: The user that can USE the token (anyone if empty?). 38 38
