Module policy

Source

Structs§

GlobalPolicyChecker
Evaluates security policy globally across the entire Model and all components. This is used to enforce runtime capability routing restrictions across all components to prevent high privilleged capabilities from being routed to components outside of the list defined in the runtime security policy.
ScopedPolicyChecker
Evaluates security policy relative to a specific Component (based on that Component’s Moniker).

Enums§

PolicyError
Errors returned by the PolicyChecker and the ScopedPolicyChecker.