| 1 | <?php |
||
| 19 | class JWKSets implements JWKSetSourceInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function create(ContainerBuilder $container, $id, array $config) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritdoc} |
||
| 41 | */ |
||
| 42 | public function getKeySet() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritdoc} |
||
| 49 | */ |
||
| 50 | public function addConfiguration(NodeDefinition $node) |
||
| 64 | } |
||
| 65 |