| Total Complexity | 6 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class SubjectConfirmationResponseToMatches implements SubjectConfirmationConstraintValidator |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Constructor for SubjectConfirmationResponseToMatches |
||
| 18 | * |
||
| 19 | * @param \SimpleSAML\SAML2\XML\samlp\Response $response |
||
| 20 | */ |
||
| 21 | public function __construct( |
||
| 24 | } |
||
| 25 | |||
| 26 | |||
| 27 | /** |
||
| 28 | * @param \SimpleSAML\SAML2\XML\saml\SubjectConfirmation $subjectConfirmation |
||
| 29 | * @param \SimpleSAML\SAML2\Assertion\Validation\Result $result |
||
| 30 | * |
||
| 31 | * @throws \SimpleSAML\Assert\AssertionFailedException if assertions are false |
||
| 32 | */ |
||
| 33 | public function validate(SubjectConfirmation $subjectConfirmation, Result $result): void |
||
| 46 | )); |
||
| 47 | } |
||
| 48 | } |
||
| 49 | |||
| 50 | |||
| 51 | /** |
||
| 52 | * @return string|null |
||
| 53 | */ |
||
| 54 | private function getInResponseTo(): ?string |
||
| 59 |