https://api.escalnet.escalconsulting.com/api/element_veilles Return to referer URL

Security Token

Charles Username
Authenticated
Property Value
Roles
[
  "ROLE_CONSULTANT"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken {#1725
  -credentials: null
  -providerKey: "main"
  -user: Proxies\__CG__\App\Entity\Auth\AuthUser {#1786 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#2119
      -role: "ROLE_CONSULTANT"
    }
  ]
  -roleNames: [
    "ROLE_CONSULTANT"
  ]
  -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 {#658
  -map: Symfony\Component\Security\Http\AccessMap {#617 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#638 …}
  -logger: Symfony\Bridge\Monolog\Logger {#640 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SimplePreAuthenticationListener {#593
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#340 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#190 …}
  -providerKey: "main"
  -simpleAuthenticator: App\Security\AuthTokenAuthenticator {#639 …}
  -logger: Symfony\Bridge\Monolog\Logger {#640 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#492 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#645 …}
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#181 …}
}
39.90 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#672
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#340 …}
  -secret: "YItcd7T"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#190 …}
  -logger: Symfony\Bridge\Monolog\Logger {#640 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#631
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#341 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#174 …}
  -map: Symfony\Component\Security\Http\AccessMap {#617 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#190 …}
}
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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"