Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#514
  -secret: "H0Q2MO8"
  -user: "anon."
  -roles: []
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

boutique Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.boutique
context boutique
entry_point App\Security\ClientAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "switch_user"
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#478
  -map: Symfony\Component\Security\Http\AccessMap {#479 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#501 …}
  -logger: Symfony\Bridge\Monolog\Logger {#472 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#510
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#585 …}
  -sessionKey: "_security_boutique"
  -logger: Symfony\Bridge\Monolog\Logger {#472 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#509 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#678 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#461 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#586 …}
    "enableUsageTracking"
  ]
}
0.02 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#502
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#504 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#506 …}
  -providerKey: "boutique"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#512 …}
  -logger: Symfony\Bridge\Monolog\Logger {#472 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#515
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#585 …}
  -secret: "H0Q2MO8"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#506 …}
  -logger: Symfony\Bridge\Monolog\Logger {#472 …}
}
2.62 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#532
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#586 …}
  -provider: Symfony\Component\Security\Core\User\ChainUserProvider {#526 …}
  -userChecker: Symfony\Component\Security\Core\User\UserChecker {#522 …}
  -providerKey: "boutique"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#519 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#472 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#678 …}
  -stateless: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#453
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#586 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/compte/deconnexion"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#456
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#457 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#458}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#455 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#459 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#409
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#586 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#519 …}
  -map: Symfony\Component\Security\Http\AccessMap {#479 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#506 …}
}
0.02 ms (none)

Security Voters (3)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"