POST https://pep.devlogiciel.com/payment/api/domain/check

Security

Token

pepouzin06@gmail.com Username
Authenticated
95bea5 From
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
  "ROLE_SUBSCRIBER"
]
Inherited Roles
[
  "ROLE_ALLOWED_TO_SWITCH"
]
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#4152
  -user: App\Entity\User {#3517 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
    "ROLE_SUBSCRIBER"
  ]
  -attributes: []
  -secret: null
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\AppAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "remember_me"
  "App\Security\AppAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#3453
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#3701 …}
  -time: null
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#3701 …}
}
(none) (none)
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#3921
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#4271 …}
  -time: 0.0016980171203613
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#4271 …}
}
1.70 ms (none)
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#3602
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#1577 …}
  -time: 6.6041946411133E-5
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#1577 …}
}
0.07 ms (none)
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#5272
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#2672 …}
  -time: null
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#2672 …}
}
(none) (none)
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#3956
  -response: null
  -listener: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#5147 …}
  -time: 4.0531158447266E-6
  -stub: Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener {#5147 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#608
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#340 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#623 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#607 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_USER.
Show voter details