Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
AnonymousToken^ {#236
  -secret: "Ea936d0"
  -user: "anon."
  -roles: []
  -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 main
entry_point App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler App\Security\AccessDeniedHandler
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
ChannelListener^ {#224
  -map: AccessMap {#225 …}
  -authenticationEntryPoint: RetryAuthenticationEntryPoint {#227 …}
  -logger: Logger {#218 …}
}
0.00 ms (none)
ContextListener^ {#229
  -tokenStorage: TokenStorage {#543 …}
  -sessionKey: "_security_main"
  -logger: Logger {#218 …}
  -userProviders: RewindableGenerator {#230 …}
  -dispatcher: TraceableEventDispatcher {#654 …}
  -registered: false
  -trustResolver: AuthenticationTrustResolver {#211 …}
  -rememberMeServices: null
}
0.02 ms (none)
GuardAuthenticationListener^ {#233
  -guardHandler: GuardAuthenticatorHandler {#325 …}
  -authenticationManager: AuthenticationProviderManager {#468 …}
  -providerKey: "main"
  -guardAuthenticators: RewindableGenerator {#234 …}
  -logger: Logger {#218 …}
  -rememberMeServices: null
}
2.85 ms (none)
AnonymousAuthenticationListener^ {#237
  -tokenStorage: TokenStorage {#543 …}
  -secret: "Ea936d0"
  -authenticationManager: AuthenticationProviderManager {#468 …}
  -logger: Logger {#218 …}
}
0.17 ms (none)
LogoutListener^ {#202
  -tokenStorage: TokenStorage {#543 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -handlers: [
    CsrfTokenClearingLogoutHandler^ {#204
      -csrfTokenStorage: SessionTokenStorage {#205 …}
    }
    SessionLogoutHandler^ {#206}
  ]
  -successHandler: DefaultLogoutSuccessHandler {#203 …}
  -httpUtils: HttpUtils {#201 …}
  -csrfTokenManager: null
}
0.08 ms (none)
AccessListener^ {#1111
  -tokenStorage: TokenStorage {#543 …}
  -accessDecisionManager: TraceableAccessDecisionManager {#465 …}
  -map: AccessMap {#225 …}
  -authManager: AuthenticationProviderManager {#468 …}
}
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"