Trusted Model

The Trusted model provides a simple yet effective mechanism for addressing authorization concerns. It addresses security issues as follows:

Authentication: the Trusted security model does not guarantee the authenticity of the request.
Integrity: the Trusted security model does not guarantee the integrity of the request.
Authorization: the Trusted security model guarantees that only authorized users can perform restricted actions.
Privacy: the Trusted security model does not address the privacy of the request. All requests are sent using plain text.