| Total Complexity | 1 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class NameIDMappingService extends AbstractEndpointType implements SchemaValidatableElementInterface |
||
| 18 | { |
||
| 19 | use SchemaValidatableElementTrait; |
||
| 20 | |||
| 21 | |||
| 22 | /** |
||
| 23 | * NameIDMappingService constructor. |
||
| 24 | * |
||
| 25 | * This is an endpoint with one restriction: it cannot contain a ResponseLocation. |
||
| 26 | * |
||
| 27 | * @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue $binding |
||
| 28 | * @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue $location |
||
| 29 | * @param \SimpleSAML\SAML2\Type\SAMLAnyURIValue|null $unused |
||
| 30 | * @param array $attributes |
||
| 31 | * @throws \SimpleSAML\Assert\AssertionFailedException |
||
| 32 | */ |
||
| 33 | public function __construct( |
||
| 47 |