Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#284
  -map: Symfony\Component\Security\Http\AccessMap {#9123 …}
  -logger: Monolog\Logger {#7198 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#7172
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#7195 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#7169 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1245 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#7171 …}
  -logger: Monolog\Logger {#7198 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#7231 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#327
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#2936 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#2222
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1246 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#11875 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#2999 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1222 …}
  -logger: Monolog\Logger {#7198 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1412 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#1263 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#2879
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1246 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1222 …}
  -map: Symfony\Component\Security\Http\AccessMap {#9123 …}
}
2.16 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#11824
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1246 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#3099 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#7231 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\UserAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED
[
  "ROLE_LAUNDRY_ADMIN"
  "ROLE_LAUNDRY_USER"
  "ROLE_LAUNDRY_HOSPITAL"
]
Symfony\Component\HttpFoundation\Request {#8622
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#11246 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9327 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#3528 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#11229 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#10438 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#2609 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#10765 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/laundry/products-batch/335449/history"
  #requestUri: "/laundry/products-batch/335449/history?search_form%5Bphrase%5D=%09013001020301&search_form%5BstateStatus%5D="
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#3123 …}
  #locale: null
  #defaultLocale: "pl"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
DENIED
The user doesn't have any of ROLE_LAUNDRY_ADMIN, ROLE_LAUNDRY_USER, ROLE_LAUNDRY_HOSPITAL.
Show voter details