Skip to main content

Module access_control

Module access_control 

Source
Expand description

DDS-WEB Access Control Decision Engine — Spec §7.3.

Implementiert §7.3 von partial auf done.

Spec-Quelle: OMG DDS-WEB 1.0 §7.3 (S. 11-13) — AccessController mit Permission-Rules-Engine, die fuer jede REST-Resource-Operation eine Permit / Deny-Entscheidung trifft.

Das Datenmodell folgt DDS-Security 1.2 §9.4.1.2 Permissions Document (subject_name + grants[] + rules[allow|deny] mit topic-Filter + Validity-Window).

Structs§

Permissions
Subject-spezifischer Permissions-Block (Spec §7.3).
Rule
Eine einzelne Allow-/Deny-Rule (Spec §7.3 + DDS-Security §9.4.1.2.2).

Enums§

Decision
Rules-Engine-Entscheidung.
Operation
Operations-Klasse (publish/subscribe/admin) auf einem Topic / einer Resource.