https://calcentrix.com/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\User\WebserviceUserProvider
context main
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#479
  -map: Symfony\Component\Security\Http\AccessMap {#480 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#505 …}
  -logger: Symfony\Bridge\Monolog\Logger {#473 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#507
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#668 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#473 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#508 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#762 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#471 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#669 …}
    "enableUsageTracking"
  ]
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#506
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#668 …}
  -secret: "OLqxSQ8"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#511 …}
  -logger: Symfony\Bridge\Monolog\Logger {#473 …}
}
1.08 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#516
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#669 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#586 …}
  -map: Symfony\Component\Security\Http\AccessMap {#480 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#511 …}
}
0.01 ms (none)

Security Voters (3)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"