Redirect 302 redirect from GET @admin (973dcb)

Security

Token

There is no security token. It was removed in 1cd50f.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators (none)

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#534
  -map: Symfony\Component\Security\Http\AccessMap {#533 …}
  -logger: Monolog\Logger {#544 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#532
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#546 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#576 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#225 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#565 …}
  -logger: Monolog\Logger {#544 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#567 …}
}
0.71 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#579
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#580 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#585
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#224 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#281 …}
  -map: Symfony\Component\Security\Http\AccessMap {#533 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

affirmative Strategy
# Voter class
1
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#798
  -isAccessible: true
  -instance: App\Entity\Reservation {#803 …}
  -primaryKeyValue: 100
  -fields: null
  -actions: null
  -fqcn: "App\Entity\Reservation"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#364 …}
  -permission: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
2 GRANTED EA_EXECUTE_ACTION
[
  "action" => "delete"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#798
    -isAccessible: true
    -instance: App\Entity\Reservation {#803 …}
    -primaryKeyValue: 100
    -fields: null
    -actions: null
    -fqcn: "App\Entity\Reservation"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#364 …}
    -permission: null
  }
  "entityFqcn" => "App\Entity\Reservation"
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details