How does Attribute Based Access Control (ABAC) work?
Gives control over what users have access to is based off of characteristics that have been given to them.
Examples of this include: Job role, their department and their rank in the company.
How does Discretionary Access Control (DAC) work?
How does Mandatory Access Control (MAC) work?
How does Role Based Access Control (RBAC) work?
How does Rule Based Access Control (RuBAC) work?
When to use ABAC?
When to use DAC?
When a organisation trusts its users and information is not sensitive.
When to use MAC?
On extremely sensitive data like patient records.
When to use RBAC?
When to use RuBAC?