Security Token

dmitry.tsybulka Username
Authenticated
Property Value
Roles
[
  "ROLE_SONATA_ADMIN"
  "ROLE_SUPER_ADMIN"
  "ROLE_USER"
  "ROLE_SONATA_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_ALLOWED_TO_SWITCH"
  "ROLE_CAN_SEE_ACTION_TRANSACTION"
  "ROLE_CAN_SEE_ACTION_FILES_KYC"
  "ROLE_CAN_SEE_ACTION_EDIT_FILES_KYC"
  "ROLE_CAN_SEE_ACTION_STATEMENT_PERSONAL_ACCOUNT"
  "ROLE_CAN_SEE_ACTION_STATEMENT_BUSINESS_ACCOUNT"
  "ROLE_CAN_SEE_ACTION_CARD"
  "ROLE_CAN_SEE_ACTION_RESEND_PIN_CARD"
  "ROLE_CAN_SEE_ACTION_SUSPEND_CARD"
  "ROLE_CAN_SEE_ACTION_SHOW_FULL_NUMBER_CARD"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#283
  -credentials: null
  -providerKey: "admin"
  -user: App\Entity\AdmUser {#638 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#362
      -role: "ROLE_SONATA_ADMIN"
    }
    Symfony\Component\Security\Core\Role\Role {#359
      -role: "ROLE_SUPER_ADMIN"
    }
    Symfony\Component\Security\Core\Role\Role {#360
      -role: "ROLE_USER"
    }
    Symfony\Component\Security\Core\Role\Role {#361
      -role: "ROLE_SONATA_ADMIN"
    }
  ]
  -roleNames: [
    "ROLE_SONATA_ADMIN"
    "ROLE_SUPER_ADMIN"
    "ROLE_USER"
    "ROLE_SONATA_ADMIN"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider fos_user.user_provider.username
context user
entry_point security.authentication.form_entry_point.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#57
  -map: Symfony\Component\Security\Http\AccessMap {#56 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#293 …}
  -logger: Symfony\Bridge\Monolog\Logger {#65 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#266
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#150 …}
  -sessionKey: "_security_user"
  -logger: Symfony\Bridge\Monolog\Logger {#65 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#264 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#254 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#61 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#151 …}
    "enableUsageTracking"
  ]
}
32.30 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#358
  -csrfTokenManager: null
  #options: [
    "check_path" => "/admin/login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#65 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#111 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#88 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#151 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#623 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#254 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#697 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#295 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#287
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#150 …}
  -secret: "D0AZVnt"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#111 …}
  -logger: Symfony\Bridge\Monolog\Logger {#65 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#89
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#151 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/admin/logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#91
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#92 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#104}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#90 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#88 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#624
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#151 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#626 …}
  -map: Symfony\Component\Security\Http\AccessMap {#56 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#111 …}
}
1.17 ms (none)

Security Voters (5)

affirmative Strategy
# Voter class
1
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
2
"Symfony\Component\Security\Acl\Voter\AclVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
5
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_ADMIN"
  "ROLE_SONATA_ADMIN"
  "ROLE_ADMIN_NEWS_ADMIN"
]
Symfony\Component\HttpFoundation\Request {#10
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#11 …}
  +query: Symfony\Component\HttpFoundation\ParameterBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\ParameterBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/app/reserve/list"
  #requestUri: "/admin/app/reserve/list?filter%5Bid%5D%5Btype%5D=&filter%5Bid%5D%5Bvalue%5D=&filter%5BstartDate%5D%5Btype%5D=&filter%5BstartDate%5D%5Bvalue%5D=2024-09-21+17%3A00%3A00&filter%5BendDate%5D%5Btype%5D=&filter%5BendDate%5D%5Bvalue%5D=&filter%5B_page%5D=1&filter%5B_sort_by%5D=id&filter%5B_sort_order%5D=DESC&filter%5B_per_page%5D=32"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#93 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  format: "html"
}
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
3 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
4 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
5 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
6 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
7 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
8 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
9 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
10 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
11 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
12 GRANTED ROLE_SONATA_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
13 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
14 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
15 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
16 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
17 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
18 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
19 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
20 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
21 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
22 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
23 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
24 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
25 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
26 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
27 GRANTED ROLE_SONATA_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
28 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
29 DENIED ROLE_PREVIOUS_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
Show voter details
30 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
31 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
32 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
33 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
34 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
35 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
36 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
37 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
38 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
39 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
40 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
41 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
42 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
43 GRANTED ROLE_SUPER_ADMIN
null
"Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Acl\Voter\AclVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details