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 App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#353
  -map: Symfony\Component\Security\Http\AccessMap {#354 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#297 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#363
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#138 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#297 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#362 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#325 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#319 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#137 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#359
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#356 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#364
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#137 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#210 …}
  -map: Symfony\Component\Security\Http\AccessMap {#354 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#326
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#137 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#337 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#325 …}
}
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
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#512
  -isAccessible: true
  -fqcn: "App\Entity\Shop"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#446 …}
  -instance: App\Entity\Shop {#551 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 1
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#738 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#811 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_EXECUTE_ACTION
[
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#512
    -isAccessible: true
    -fqcn: "App\Entity\Shop"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#446 …}
    -instance: App\Entity\Shop {#551 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#738 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#811 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#736
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -value: 1
  -formattedValue: 1
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#731 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#732 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#733 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#729 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#767 …}
  -uniqueId: "01KSB9E9KZDJ73XJG47V5ZHKYT"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#787 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#793
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -value: "Aligro"
  -formattedValue: "Aligro"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#742 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#790 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#791 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#735 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#743 …}
  -uniqueId: "01KSB9E9KZDJ73XJG47V5ZHKYV"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#779 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#352
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#461 …}
    -icon: "fa fa-fw fa-trash-o"
    -cssClass: "action-delete btn btn-secondary pr-0 text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://admin.little-ethiopia.ch/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CShopCrudController&entityId=1&sort%5Bcategory%5D=ASC"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://admin.little-ethiopia.ch/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CShopCrudController&entityId=1&referrer=https://admin.little-ethiopia.ch/admin?crudAction%3Ddetail%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CShopCrudController%26entityId%3D1%26sort%255Bcategory%255D%3DASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#512
    -isAccessible: true
    -fqcn: "App\Entity\Shop"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#446 …}
    -instance: App\Entity\Shop {#551 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#738 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#811 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#402
    -type: "entity"
    -name: "index"
    -label: Symfony\Component\Translation\TranslatableMessage {#795 …}
    -icon: null
    -cssClass: "action-index btn btn-secondary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "index"
    ]
    -linkUrl: "https://admin.little-ethiopia.ch/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CShopCrudController&referrer=https://admin.little-ethiopia.ch/admin?crudAction%3Ddetail%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CShopCrudController%26entityId%3D1%26sort%255Bcategory%255D%3DASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "index"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#512
    -isAccessible: true
    -fqcn: "App\Entity\Shop"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#446 …}
    -instance: App\Entity\Shop {#551 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#738 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#811 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#404
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#739 …}
    -icon: null
    -cssClass: "action-edit btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://admin.little-ethiopia.ch/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CShopCrudController&entityId=1&referrer=https://admin.little-ethiopia.ch/admin?crudAction%3Ddetail%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CShopCrudController%26entityId%3D1%26sort%255Bcategory%255D%3DASC"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#512
    -isAccessible: true
    -fqcn: "App\Entity\Shop"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#446 …}
    -instance: App\Entity\Shop {#551 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#738 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#811 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
9 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#927
  -type: "dashboard"
  -index: 0
  -subIndex: -1
  -label: Symfony\Component\Translation\TranslatableMessage {#946 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://admin.little-ethiopia.ch/admin?menuIndex=0&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#934
  -type: "crud"
  -index: 1
  -subIndex: -1
  -label: Symfony\Component\Translation\TranslatableMessage {#947 …}
  -icon: "fa fa-cart-circle-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Article"
    "entityId" => null
  ]
  -linkUrl: "https://admin.little-ethiopia.ch/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CArticleCrudController&menuIndex=1&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#938
  -type: "crud"
  -index: 2
  -subIndex: -1
  -label: Symfony\Component\Translation\TranslatableMessage {#944 …}
  -icon: "fa fa-cart-circle-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Category"
    "entityId" => null
  ]
  -linkUrl: "https://admin.little-ethiopia.ch/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCategoryCrudController&menuIndex=2&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#940
  -type: "crud"
  -index: 3
  -subIndex: -1
  -label: Symfony\Component\Translation\TranslatableMessage {#949 …}
  -icon: "fa fa-cart-circle-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Shop"
    "entityId" => null
  ]
  -linkUrl: "https://admin.little-ethiopia.ch/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CShopCrudController&menuIndex=3&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#942
  -type: "crud"
  -index: 4
  -subIndex: -1
  -label: Symfony\Component\Translation\TranslatableMessage {#930 …}
  -icon: "fa fa-cart-circle-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://admin.little-ethiopia.ch/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController&menuIndex=4&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details