http://64.23.220.99/api/v1/ticket/562

Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_AGENT"
]
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#1950
  -user: Webkul\UVDesk\CoreFrameworkBundle\Entity\User {#1597 …}
  -roleNames: [
    "ROLE_SUPER_ADMIN"
  ]
  -authenticated: true
  -attributes: []
  -providerKey: "uvdesk_api"
}

Firewall

uvdesk_api Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider Webkul\UVDesk\ApiBundle\Providers\ApiCredentials
context uvdesk_api
entry_point Webkul\UVDesk\ApiBundle\Security\Guards\APIGuard
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#375
  -map: Symfony\Component\Security\Http\AccessMap {#378 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#418 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#363
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#468 …}
  -sessionKey: "_security_uvdesk_api"
  -logger: Symfony\Bridge\Monolog\Logger {#418 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#362 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#593 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#416 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#469 …}
    "enableUsageTracking"
  ]
}
10.74 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#1571
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#431 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1587 …}
  -providerKey: "uvdesk_api"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1575 …}
  -logger: Symfony\Bridge\Monolog\Logger {#418 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#469 …}
}
4.14 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#1935
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#468 …}
  -secret: "NPdmxdp"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1587 …}
  -logger: Symfony\Bridge\Monolog\Logger {#418 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1971
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#469 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1656 …}
  -map: Symfony\Component\Security\Http\AccessMap {#378 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1587 …}
  -exceptionOnNoToken: true
}
0.02 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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter"