Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#604
  -map: Symfony\Component\Security\Http\AccessMap {#603 …}
  -logger: Monolog\Logger {#633 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#659
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#767 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#633 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#664 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#623 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#736 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#596 …}
}
4.27 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#683
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#536 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#624
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#768 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#636 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#623 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#662
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#768 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#758 …}
  -map: Symfony\Component\Security\Http\AccessMap {#603 …}
}
1.20 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
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#14
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#58 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#56 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#57 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#61 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#60 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#59 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#62 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CCategoryImagesCrudController&entityId=4"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#657 …}
  #locale: null
  #defaultLocale: "it"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#990
  -isAccessible: true
  -fqcn: "App\Entity\CategoryImages"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#977 …}
  -instance: App\Entity\CategoryImages {#986 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 4
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1305 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1358 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_EXECUTE_ACTION
[
  "action" => "edit"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#990
    -isAccessible: true
    -fqcn: "App\Entity\CategoryImages"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#977 …}
    -instance: App\Entity\CategoryImages {#986 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 4
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1305 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1358 …}
  }
  "entityFqcn" => "App\Entity\CategoryImages"
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1290
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "nome"
  -value: "pdf"
  -formattedValue: "pdf"
  -formatValueCallable: null
  -label: "Nome"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1292 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1307 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1291 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1300 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1308 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1306 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#806
    -type: "entity"
    -name: "saveAndContinue"
    -label: Symfony\Component\Translation\TranslatableMessage {#901 …}
    -icon: "far fa-edit"
    -cssClass: "action-saveAndContinue btn btn-secondary action-save"
    -addedCssClass: " btn btn-secondary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndContinue"
      "data-action-name" => "saveAndContinue"
      "form" => "edit-CategoryImages-form"
    ]
    -linkUrl: "https://simoneracheli.it/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CCategoryImagesCrudController&entityId=4"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#990
    -isAccessible: true
    -fqcn: "App\Entity\CategoryImages"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#977 …}
    -instance: App\Entity\CategoryImages {#986 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 4
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1305 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1358 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#821
    -type: "entity"
    -name: "saveAndReturn"
    -label: Symfony\Component\Translation\TranslatableMessage {#1355 …}
    -icon: null
    -cssClass: "action-saveAndReturn btn btn-primary action-save"
    -addedCssClass: " btn btn-primary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndReturn"
      "data-action-name" => "saveAndReturn"
      "form" => "edit-CategoryImages-form"
    ]
    -linkUrl: "https://simoneracheli.it/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CCategoryImagesCrudController"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#990
    -isAccessible: true
    -fqcn: "App\Entity\CategoryImages"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#977 …}
    -instance: App\Entity\CategoryImages {#986 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 4
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1305 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1358 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
8 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1746
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1753 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://simoneracheli.it/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1756
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1752 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\CatCrudController"
    "entityFqcn" => "App\Entity\Cat"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCatCrudController&entityFqcn=App%5CEntity%5CCat"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1761
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1755 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\CatMediaCrudController"
    "entityFqcn" => "App\Entity\Cat"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCatMediaCrudController&entityFqcn=App%5CEntity%5CCat"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1763
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1750 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\CategoriaCrudController"
    "entityFqcn" => "App\Entity\Categoria"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCategoriaCrudController&entityFqcn=App%5CEntity%5CCategoria"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1765
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1745 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\MediaGalleryCrudController"
    "entityFqcn" => "App\Entity\MediaGallery"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CMediaGalleryCrudController&entityFqcn=App%5CEntity%5CMediaGallery"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1767
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1741 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\GalleryInsertCrudController"
    "entityFqcn" => "App\Entity\MediaGallery"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGalleryInsertCrudController&entityFqcn=App%5CEntity%5CMediaGallery"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1769
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1777 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Galleryhasmedia"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGalleryhasmediaInsertCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1771
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1783 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\GalleryInsertCrudController"
    "entityFqcn" => "App\Entity\Galleryhasmedia"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGalleryInsertCrudController&entityFqcn=App%5CEntity%5CGalleryhasmedia"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1773
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1789 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\CategoryImages"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCategoryImagesCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1758
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1795 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\MediaMedia"
    "entityId" => null
  ]
  -linkUrl: "https://simoneracheli.it/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CMediaMediaCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details