http://php-example.blueink.com/embed/from_upload Return to referer URL

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.in_memory
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 {#196
  -map: Symfony\Component\Security\Http\AccessMap {#197 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#204 …}
  -logger: Symfony\Bridge\Monolog\Logger {#186 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#213
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#125 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#186 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#212 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#28 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#191 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#124 …}
    "enableUsageTracking"
  ]
}
0.82 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#210
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#125 …}
  -secret: "7k3JCNk"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#228 …}
  -logger: Symfony\Bridge\Monolog\Logger {#186 …}
}
0.23 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#224
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#124 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#223 …}
  -map: Symfony\Component\Security\Http\AccessMap {#197 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#228 …}
  -exceptionOnNoToken: true
}
0.31 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"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#50
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#94 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#89 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#95 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#91 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#92 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#93 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#90 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/embed/from_upload"
  #requestUri: "/embed/from_upload"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#194 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details