GET https://compta.eschenlauer.fr/balance-grandlivre

Security

Token

president Username
Authenticated
125a65 From
Property Value
Roles
[
  "ROLE_PRESIDENT"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#840
  -user: App\Domain\User\Entity\User {#571 …}
  -roleNames: [
    "ROLE_PRESIDENT"
    "ROLE_USER"
  ]
  -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\Domain\User\Security\AppCustomAuthenticator
user_checker App\Domain\User\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "remember_me"
  "App\Domain\User\Security\AppCustomAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#826
  -map: Symfony\Component\Security\Http\AccessMap {#825 …}
  -logger: Monolog\Logger {#837 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#804
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#838 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#801 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#188 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#803 …}
  -logger: Monolog\Logger {#837 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#861 …}
}
5.03 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#788
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#798 …}
}
0.07 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#189 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#170 …}
  -map: Symfony\Component\Security\Http\AccessMap {#825 …}
}
0.17 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#834
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#189 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#866 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#861 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Domain\User\Security\AppCustomAuthenticator"

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\AuthenticatedVoter"
2
"App\Domain\User\Security\Voter\ACLRouteVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_REMEMBERED
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#5 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/balance-grandlivre"
  #requestUri: "/balance-grandlivre"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#889 …}
  #locale: "fr"
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
The user is remembered.
Show voter details
2 GRANTED ROUTE_ACCESS
"app_general_balance_grandlivre"
"App\Domain\User\Security\Voter\ACLRouteVoter"
GRANTED
Show voter details
3 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
"App\Domain\User\Security\Voter\ACLRouteVoter"
ABSTAIN
Show voter details