platform/api/symfony/Bundle/SecurityBundle/Resources/config/security_debug.yaml
2024-09-02 10:44:11 -07:00

19 lines
669 B
YAML

name: security_debug
class_comment: null
dependencies:
- name: TraceableFirewallListener
type: class
source: Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
- name: VoteListener
type: class
source: Symfony\Bundle\SecurityBundle\EventListener\VoteListener
- name: TraceableAccessDecisionManager
type: class
source: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
properties: []
methods: []
traits:
- Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
- Symfony\Bundle\SecurityBundle\EventListener\VoteListener
- Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
interfaces: []