http://api.escalnet.escalconsulting.com/maillings/information/27943

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#577
  -secret: "RyA3V0R"
  -user: "anon."
  -roles: []
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider auth_token_user_provider
context (none)
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "simple_preauth"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#572
  -map: Symfony\Component\Security\Http\AccessMap {#556 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#518 …}
  -logger: Symfony\Bridge\Monolog\Logger {#469 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SimplePreAuthenticationListener {#578
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#281 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#131 …}
  -providerKey: "main"
  -simpleAuthenticator: App\Security\AuthTokenAuthenticator {#579 …}
  -logger: Symfony\Bridge\Monolog\Logger {#469 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#433 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#555 …}
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#122 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#522
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#281 …}
  -secret: "RyA3V0R"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#131 …}
  -logger: Symfony\Bridge\Monolog\Logger {#469 …}
}
3.08 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#475
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#282 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#115 …}
  -map: Symfony\Component\Security\Http\AccessMap {#556 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#131 …}
}
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"