Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Actors

  • User
  • Database
  • OpenRegistry

Pre-Conditions

  • PRE1: User is authenticated and authorized.
  • PRE2: Calculated Person has been created and chosen.
  • PRE3: There are 0 or 1 activation keys already in existence.
  • PRE4: Validity Length for Activation Keys is configured outside of use case (start and end validity).

Flow

  1. If there is already a valid activation key, the key is deleted.
  2. An activation key is randomly generated and associated with the calculated person.

Post Conditions

  1. Key is available to user who initiated key creation.

Business Rules

  • BR1: Activation Keys are valid as defined in PRE4.
  • BR2: Activation Keys are of the following format: 8 characters in length, consisting of characters [A-Za-z0-9]

Exceptions

  • No labels