1 | <?php |
||
22 | class TokenIntrospectionEndpointSource implements Component |
||
23 | { |
||
24 | /** |
||
25 | * @return string |
||
26 | */ |
||
27 | public function name(): string |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | public function load(array $configs, ContainerBuilder $container) |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function getNodeDefinition(NodeDefinition $node) |
||
64 | |||
65 | /** |
||
66 | * {@inheritdoc} |
||
67 | */ |
||
68 | public function build(ContainerBuilder $container) |
||
72 | |||
73 | /** |
||
74 | * {@inheritdoc} |
||
75 | */ |
||
76 | public function prepend(ContainerBuilder $container, array $config): array |
||
80 | } |
||
81 |