Class: Soar::Policy::AccessManager::Test::Orchestrator
- Inherits:
-
Object
- Object
- Soar::Policy::AccessManager::Test::Orchestrator
- Defined in:
- lib/soar/policy/access_manager/test/orchestrator.rb
Instance Method Summary collapse
- #authorized ⇒ Object
- #authorized? ⇒ Boolean
- #deny_access ⇒ Object
- #grant_access ⇒ Object
-
#initialize(orchestration_provider) ⇒ Orchestrator
constructor
A new instance of Orchestrator.
- #no_policy ⇒ Object
- #notification ⇒ Object
Constructor Details
#initialize(orchestration_provider) ⇒ Orchestrator
Returns a new instance of Orchestrator.
7 8 9 |
# File 'lib/soar/policy/access_manager/test/orchestrator.rb', line 7 def initialize(orchestration_provider) @orchestration_provider = orchestration_provider end |
Instance Method Details
#authorized ⇒ Object
31 32 33 |
# File 'lib/soar/policy/access_manager/test/orchestrator.rb', line 31 def @orchestration_provider. end |
#authorized? ⇒ Boolean
27 28 29 |
# File 'lib/soar/policy/access_manager/test/orchestrator.rb', line 27 def @orchestration_provider. end |
#deny_access ⇒ Object
15 16 17 |
# File 'lib/soar/policy/access_manager/test/orchestrator.rb', line 15 def deny_access @orchestration_provider.deny_access end |
#grant_access ⇒ Object
11 12 13 |
# File 'lib/soar/policy/access_manager/test/orchestrator.rb', line 11 def grant_access @orchestration_provider.grant_access end |
#no_policy ⇒ Object
19 20 21 |
# File 'lib/soar/policy/access_manager/test/orchestrator.rb', line 19 def no_policy @orchestration_provider.no_policy end |
#notification ⇒ Object
23 24 25 |
# File 'lib/soar/policy/access_manager/test/orchestrator.rb', line 23 def notification @orchestration_provider.notification end |