GET https://dev1.ata.polavis.de/admin/terminal/use-case

Security

Token

adminuser Username
Authenticated
5b473f From
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#129
  -user: App\Admin\Entity\User {#688 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider App\Admin\Security\UserProvider
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"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#161
  -map: Symfony\Component\Security\Http\AccessMap {#162 …}
  -logger: Monolog\Logger {#132 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#182
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#131 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#185 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#241 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#183 …}
  -logger: Monolog\Logger {#132 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#136 …}
}
7.11 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#55
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#188 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#717
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#242 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#53 …}
  -map: Symfony\Component\Security\Http\AccessMap {#162 …}
}
0.33 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#135
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#242 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#119 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#136 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#239 …}
}
(none) (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
2
"App\Admin\Security\Voters\AdmissionVoter"
3
"App\Admin\Security\Voters\MonitorVoter"
4
"App\Admin\Security\Voters\StructureVoter"
5
"App\Admin\Security\Voters\SystemVoter"
6
"App\Admin\Security\Voters\TerminalVoter"
7
"App\Admin\Security\Voters\UserManagementVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#18 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#7 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#21 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#20 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#19 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#22 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/terminal/use-case"
  #requestUri: "/admin/terminal/use-case"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#85 …}
  #locale: "en"
  #defaultLocale: "de"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x0010.72.100.20\x00172.18.0.2\x00" => [
      "10.72.100.20"
    ]
    "4\x00\x00\x00" => []
    "32\x00\x00\x00" => []
    "8\x00https\x00\x00" => [
      "https"
    ]
    "16\x00443\x00\x00" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_USER.
Show voter details
2 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
3 GRANTED terminal_view_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
4 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
5 GRANTED admission_queue_overview
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
6 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
7 GRANTED admission_desk_selection
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
8 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
9 GRANTED admission_patient_cta
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
10 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
11 GRANTED admission_ward_overview
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
12 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
13 GRANTED admission_priority_changer
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
14 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
15 GRANTED admission_order_changer
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
16 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
17 GRANTED admission_room_selection
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
18 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
19 GRANTED monitor_view_monitors
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
GRANTED
Show voter details
20 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
21 GRANTED monitor_create_monitors
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
GRANTED
Show voter details
22 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
23 GRANTED monitor_edit_monitors
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
GRANTED
Show voter details
24 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
25 GRANTED monitor_delete_monitors
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
GRANTED
Show voter details
26 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
27 GRANTED structure_view_locations
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
GRANTED
Show voter details
28 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
29 GRANTED structure_create_locations
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
GRANTED
Show voter details
30 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
31 GRANTED structure_edit_locations
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
GRANTED
Show voter details
32 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
33 GRANTED structure_delete_locations
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
GRANTED
Show voter details
34 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
35 ERROR system_view
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
DENIED
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
36 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
37 ERROR system_edit
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
DENIED
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
38 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
39 GRANTED terminal_view_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
40 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
41 GRANTED terminal_create_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
42 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
43 GRANTED terminal_edit_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
44 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
45 GRANTED terminal_delete_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
46 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
47 GRANTED terminal_view_language_and_texts
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
48 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
49 GRANTED terminal_create_language_and_texts
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
50 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
51 GRANTED terminal_edit_language_and_texts
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
52 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
53 GRANTED terminal_delete_language_and_texts
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
54 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
55 GRANTED terminal_view_accessibility
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
56 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
57 GRANTED terminal_edit_accessibility
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
58 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
59 GRANTED terminal_view_log_files
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
60 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
61 GRANTED terminal_view_terminal
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
62 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
63 GRANTED terminal_create_terminal
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
64 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
65 GRANTED terminal_edit_terminal
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
66 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
67 GRANTED terminal_delete_terminal
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
68 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
69 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
70 GRANTED user_management_view_groups
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
71 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
72 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
73 GRANTED user_management_create_groups
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
74 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
75 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
76 GRANTED user_management_edit_groups
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
77 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
78 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
79 GRANTED user_management_delete_groups
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
80 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
81 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
82 GRANTED user_management_view_users
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
83 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
84 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
85 GRANTED user_management_create_users
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
86 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
87 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
88 GRANTED user_management_edit_users
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
89 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
90 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
91 GRANTED user_management_delete_users
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
92 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
93 GRANTED admission_queue_overview
null
"App\Admin\Security\Voters\AdmissionVoter"
GRANTED
Show voter details
94 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
95 GRANTED structure_view_locations
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
GRANTED
Show voter details
96 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
97 GRANTED terminal_view_terminal
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
98 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
99 GRANTED terminal_view_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
100 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
101 ERROR ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
102 GRANTED user_management_view_users
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
GRANTED
Show voter details
103 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
104 GRANTED terminal_edit_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
105 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
106 GRANTED terminal_delete_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
107 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
108 GRANTED terminal_edit_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
109 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
110 GRANTED terminal_delete_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
111 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
112 GRANTED terminal_edit_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
113 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
114 GRANTED terminal_delete_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
115 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
116 GRANTED terminal_edit_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
117 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
118 GRANTED terminal_delete_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details
119 ERROR ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
ABSTAIN
"App\Admin\Security\Voters\UserManagementVoter"
ABSTAIN
Show voter details
120 GRANTED terminal_edit_use_cases
null
"App\Admin\Security\Voters\AdmissionVoter"
ABSTAIN
"App\Admin\Security\Voters\MonitorVoter"
ABSTAIN
"App\Admin\Security\Voters\StructureVoter"
ABSTAIN
"App\Admin\Security\Voters\SystemVoter"
ABSTAIN
"App\Admin\Security\Voters\TerminalVoter"
GRANTED
Show voter details