In defining the authorization
model of an application you have to bear the following in mind:
·
|
What relation do the users have to the application? Are they
the owner or a user? |
·
|
What rights (Insert, Delete, Update, Select or All) do they
need at the table and column level? |
·
|
Do they need different foreground or background rights (in
other words, do the rights only apply to a particular table or also
to any related tables?) |
·
|
Are there any specific conditions? |
Related Topics:
Application Owner
User
Groups
Users and Tasks
Rights
Table Rights
Column Rights
Foreground and Background
Rights
Conditions
Constraints
|