Brandenvii← Dictionary
Technology · CONCEPT

Access Control

also called permissions, user roles

Meaning

Defining who can view, edit or administer a system.

Base Meaning

Who is allowed to do what.

Access Control sits on the Technology side of the work, in the Security area. In practice it means this: defining who can view, edit or administer a system.

It is an idea you reason with rather than a deliverable you hand over, so two teams can both hold it correctly and still apply it differently. That is the version worth keeping, because it survives contact with a real project.

You will usually meet Access Control in build decisions, tooling and the plumbing behind a working system. It is usually discussed together with Security, Domain Ownership and Stakeholder. The practical test is whether a decision changes because of it.

Access Control is cheap to get right early and awkward to fix late. When it is unclear, small technical debts compound into a rebuild. It is worth pinning down before anyone builds on top of it.

Explain It Like I'm Five

It is a way of thinking, not a thing you can hold. Who is allowed to do what.

How the meaning shifts depending on who is using it, and where.

INDUSTRY

Practitioners use Access Control as shorthand and expect no explanation — defining who can view, edit or administer a system.

PLAIN

Outside the industry, most people would just say: who is allowed to do what.

Treat Access Control as a decision, not a description. Who is allowed to do what.

#Technology#Security#Concept#Domain Ownership#Stakeholder