Module engine

Source
Expand description

Policy evaluation engine that implements a Policy Decision Point (PDP).

Structs§

AccessControlParams
The parameters to an policy-based access control evaluation.
NoOpPolicyTracer
A PolicyTracer that does nothing.
PolicyEngine
The state of the policy engine.

Enums§

EvalError
Evaluation error.

Traits§

PolicyTracer
A tracer used to collect debugging information from the policy engine