1 | <?php |
||
19 | class IdpSsoStateAction extends AbstractAssertionAction |
||
20 | { |
||
21 | /** @var SessionProcessorInterface */ |
||
22 | private $sessionProcessor; |
||
23 | |||
24 | /** |
||
25 | * @param LoggerInterface $logger |
||
26 | * @param SessionProcessorInterface $sessionProcessor |
||
27 | */ |
||
28 | public function __construct(LoggerInterface $logger, SessionProcessorInterface $sessionProcessor) |
||
34 | |||
35 | /** |
||
36 | * @param AssertionContext $context |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | protected function doExecute(AssertionContext $context) |
||
50 | } |
||
51 |