Strategy
Table of Contents
Interfaces
- AccessDecisionStrategyInterface
- A strategy for turning a stream of votes into a final decision.
Classes
- AffirmativeStrategy
- Grants access if any voter returns an affirmative response.
- ConsensusStrategy
- Grants access if there is consensus of granted against denied responses.
- PriorityStrategy
- Grant or deny access depending on the first voter that does not abstain.
- UnanimousStrategy
- Grants access if only grant (or abstain) votes were received.