Skip to content

Package Requirements

dorikamesh edited this page Apr 3, 2018 · 22 revisions

1) Stage One

a) Initialization

Facilitate use of a userProfileMap that maps this services settings to the frameworks in use, e.g. Cubi, CodeIgneiter, CakePHP userprofile objects/arrays

REQUIREMENT DESIGN DESCRIPTION
The service should be initialized with an array containing username, password,hash algorithm, password_history, date_joined array log,is_locked,time_locked, is_first_login_after_reset private array userprofile an array to store all the users data
final protected initializeProfile a method which initializes the users data, as well as validate it. It is key as it initializes the service with external data. User must manipulate their userprofile map to enable this service utilize it
Clone this wiki locally