Module policy
Source - PolicyData
- Data about the local system that’s needed to fulfill Policy questions
- StubPolicy
- A stub policy implementation that allows everything immediately.
- StubPolicyEngine
- A stub PolicyEngine that just gathers the current time and hands it off to the StubPolicy as the
PolicyData.
- CheckDecision
- Reasons why a check can/cannot be performed at this time
- UpdateDecision
- Reasons why an update can/cannot be performed at this time
- Policy
- The policy implementation itself
- PolicyEngine