|
|
|
|
Security is a complex of constraints on system functionality and implementation that prevents or minimizes the chances of unauthorized access to confidential information and unauthorized activities in the system.
Authentication
The system will grant access to its functionality only to users who have authenticated themselves with the proper login name and password.
Authorization
A flexible configurable system of access control lists and security roles will be supported to delimit access to different parts of system functionality and units of information.
Encryption
All information transmission between client software and backend of the system including login names and passwords will be encrypted in accordance with common security standards. |
|
|
|
|
|