Security Token

CAISEGNAMOU Username
Authenticated
Property Value
Roles
[
  "ROLE_INSCRIPTION"
  "ROLE_CAISSE"
  "ROLE_RECOUVREMENT"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#287
  -firewallName: "main"
  -user: App\Entity\User {#2408 …}
  -roleNames: [
    "ROLE_INSCRIPTION"
    "ROLE_CAISSE"
    "ROLE_RECOUVREMENT"
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\MainAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "custom_authenticators"
  "login_throttling"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#289
  -map: Symfony\Component\Security\Http\AccessMap {#290 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#295 …}
  -logger: Symfony\Bridge\Monolog\Logger {#266 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#297
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#448 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#266 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#298 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#269 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#256 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#449 …}
    "enableUsageTracking"
  ]
}
115.82 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#301
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#302 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#304
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#449 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#305 …}
  -map: Symfony\Component\Security\Http\AccessMap {#290 …}
  -authManager: Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager {#310 …}
  -exceptionOnNoToken: false
}
0.90 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#268
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#449 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#251 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#269 …}
}
0.00 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"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#19 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#15 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#22 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#21 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#20 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#23 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/accounting/student-registration-fee-shedul/api/shedul-update-date-due/163021"
  #requestUri: "/accounting/student-registration-fee-shedul/api/shedul-update-date-due/163021?date_due=2024-10-05"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#288 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details