-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove transaction handling from ConfigurationCommandHandler
- Loading branch information
DRvanR
committed
Mar 23, 2015
1 parent
cbff982
commit e522446
Showing
10 changed files
with
40 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
...tewayBundle/Resources/config/services.yml → ...wayBundle/Resources/config/projection.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
services: | ||
surfnet_stepup_middleware_gateway.service.gateway_configuration: | ||
class: Surfnet\StepupMiddleware\GatewayBundle\Service\GatewayConfigurationService | ||
arguments: | ||
- @middleware.gateway_repository.saml_entities | ||
|
||
surfnet_stepup_middleware_gateway.projector.second_factor: | ||
class: Surfnet\StepupMiddleware\GatewayBundle\Projector\SecondFactorProjector | ||
arguments: | ||
- @middleware.gateway_repository.second_factors | ||
tags: [{ name: event_bus.event_listener }] | ||
|
||
surfnet_stepup_middleware_gateway.projector.saml_entity: | ||
class: Surfnet\StepupMiddleware\GatewayBundle\Projector\SamlEntityProjector | ||
arguments: | ||
- @middleware.gateway_repository.saml_entities | ||
tags: [{ name: event_bus.event_listener }] |