http://romon-erp.com/api/timesheet/employee-list Return to referer URL

Security

Token

j.krawczynski@romon-group.com Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#582
  -credentials: null
  -firewallName: "main"
  -user: App\Entity\User {#2437 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\FormLoginAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "json_login"
  "remember_me"
  "App\Security\FormLoginAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#126
  -map: Symfony\Component\Security\Http\AccessMap {#125 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#14 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#73
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#240 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#14 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#82 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#57 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#16 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#241 …}
    "enableUsageTracking"
  ]
}
90.82 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#78
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#119 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#591
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#241 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#621 …}
  -map: Symfony\Component\Security\Http\AccessMap {#125 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.48 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#27
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#241 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "api_auth_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#45 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#57 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

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"
4
"App\Security\DisableAccessControlVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#58
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#99 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#105 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#100 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#96 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#97 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#98 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#95 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/timesheet/employee-list"
  #requestUri: "/api/timesheet/employee-list"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#39 …}
  #locale: "en"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details