Security Token
Anonymous
Username
Authenticated
| Property | Value |
|---|---|
| Roles | none |
| Inherited Roles | none |
| Token | Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#298 -secret: "2sXudA1" -user: "anon." -roleNames: [] -authenticated: true -attributes: [] } |
Security Firewall
main
Name
Security enabled
Stateless
Allows anonymous
Configuration
| Key | Value |
|---|---|
| provider | security.user.provider.concrete.app_user_provider |
| context | (none) |
| entry_point | App\Security\TokenAuthenticator |
| user_checker | security.user_checker |
| access_denied_handler | (none) |
| access_denied_url | (none) |
| listeners | [ "guard" "anonymous" ] |
Listeners
| Listener | Duration | Response |
|---|---|---|
Symfony\Component\Security\Http\Firewall\ChannelListener {#301 -map: Symfony\Component\Security\Http\AccessMap {#323 …} -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#299 …} -logger: Symfony\Bridge\Monolog\Logger {#42 …} } |
0.00 ms | (none) |
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#324 -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#328 …} -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#308 …} -providerKey: "main" -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#290 …} -logger: Symfony\Bridge\Monolog\Logger {#42 …} -rememberMeServices: null } |
0.00 ms | (none) |
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#332 -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#176 …} -secret: "2sXudA1" -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#308 …} -logger: Symfony\Bridge\Monolog\Logger {#42 …} } |
0.15 ms | (none) |
Symfony\Component\Security\Http\Firewall\AccessListener {#285 -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#177 …} -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#294 …} -map: Symfony\Component\Security\Http\AccessMap {#323 …} -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#308 …} } |
0.00 ms | (none) |
Security Voters (2)
affirmative
Strategy
| # | Voter class |
|---|---|
| 1 | "Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter" |
| 2 | "Symfony\Component\Security\Core\Authorization\Voter\RoleVoter" |