1 | <?php |
||
20 | class JWKSets extends AbstractSource implements JWKSetSourceInterface |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function createDefinition(ContainerBuilder $container, array $config) |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | public function getKeySet() |
||
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | public function addConfiguration(NodeDefinition $node) |
||
62 | } |
||
63 |