Security

Token

roland.wagner@aht.at Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN_COMPANY"
  "ROLE_SPARE_PARTS_FULLADMIN"
  "ROLE_SPARE_PARTS_PARTS_ADMIN"
  "ROLE_SPARE_PARTS_FOR_CUSTOMER_ORDER"
  "ROLE_ADMIN_USERS"
]
Inherited Roles
[
  "ROLE_APP_USER"
  "ROLE_HELPDESK_READER"
  "ROLE_SPARE_PARTS"
  "ROLE_COOLANT_REFILL"
  "ROLE_SECURITY_COOLANT_REFILL"
  "ROLE_PROTOCOL_USER"
  "ROLE_AHU_USER"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1301
  -user: App\Daikin\BaseBundle\Entity\User {#890 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN_COMPANY"
    "ROLE_SPARE_PARTS_FULLADMIN"
    "ROLE_SPARE_PARTS_PARTS_ADMIN"
    "ROLE_SPARE_PARTS_FOR_CUSTOMER_ORDER"
    "ROLE_ADMIN_USERS"
  ]
  -authenticated: true
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\CredentialAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\AppCredentialAuthenticator"
  "App\Security\CredentialAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1332
  -map: Symfony\Component\Security\Http\AccessMap {#1329 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#1350 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1319
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#362 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#1350 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1318 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1360 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#531 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#363 …}
    "enableUsageTracking"
  ]
}
8.38 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#848
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#849 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#815
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#363 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1276 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1329 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.39 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1358
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#363 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1373 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1360 …}
}
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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
5
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
6
"App\Daikin\FrontendBundle\Security\CalculationVoter"
7
"App\Daikin\FrontendBundle\Security\OrderVoter"
8
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
9
"App\Security\Voter\ObjectManagement\ObjectsVoter"
10
"App\Security\Voter\ObjectManagement\ObjectsdeviceVoter"
11
"App\Security\Voter\ObjectManagement\ObjectsunitVoter"
12
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
13
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
14
"App\Daikin\FrontendBundle\Security\OrderVoter"
15
"App\Daikin\FrontendBundle\Security\CalculationVoter"
16
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_HELPDESK_READER"
  "ROLE_LINKS"
  "ROLE_SPARE_PARTS_WAREHOUSE"
  "ROLE_SPARE_PARTS_FOR_CUSTOMER_ORDER"
]
Symfony\Component\HttpFoundation\Request {#3
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#8 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/v2/notfalllager-parts-admin/show/120"
  #requestUri: "/v2/notfalllager-parts-admin/show/120"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#811 …}
  #locale: null
  #defaultLocale: "de"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED OWNMODULE
"nfl"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS GRANTED
Show voter details
3 GRANTED ROLE_SPARE_PARTS_PARTS_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
4 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
5 GRANTED ROLE_ADMIN_COMPANY
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
6 DENIED OWNMODULE
"daikintools_link"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
7 GRANTED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
8 DENIED OWNMODULE
"d2go_help"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
9 GRANTED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
10 DENIED OWNMODULE
"daikintools_link"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
11 GRANTED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
12 DENIED OWNMODULE
"d2go_help"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
13 GRANTED IS_AUTHENTICATED_FULLY
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
14 GRANTED ROLE_HELPDESK_READER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
15 GRANTED OWNMODULE
"nfl"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS GRANTED
Show voter details
16 DENIED ROLE_FAKE_ACCOUNT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
17 GRANTED ROLE_SPARE_PARTS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
18 DENIED ROLE_SPARE_PARTS_WAREHOUSE
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED OWNMODULE
"filling_calculator"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED OWNMODULE
"protocol"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED OWNMODULE
"r32_calculator"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED OWNMODULE
"ahu"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
23 GRANTED OWNMODULE
"nfl"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS GRANTED
Show voter details
24 GRANTED DAIKIN
null
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS GRANTED
Show voter details
25 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
26 GRANTED ROLE_APP_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
27 DENIED OWNMODULE
"augmented_support"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED OWNMODULE
"eparts_inquiry"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
29 GRANTED ROLE_ADMIN_COMPANY
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
30 GRANTED ROLE_ADMIN_USERS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
31 GRANTED DAIKIN
null
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS GRANTED
Show voter details
32 DENIED ROLE_HELPDESK_WRITER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
33 GRANTED OWNMODULE
"nfl"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS GRANTED
Show voter details
34 DENIED ROLE_FAKE_ACCOUNT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
35 GRANTED ROLE_SPARE_PARTS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
36 GRANTED ROLE_SPARE_PARTS_PARTS_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
37 DENIED OWNMODULE
"filling_calculator"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED OWNMODULE
"protocol"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED OWNMODULE
"ahu"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
40 GRANTED ROLE_ADMIN_USERS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
41 GRANTED DAIKIN
null
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS GRANTED
Show voter details
42 DENIED OWNMODULE
"partner"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
44 GRANTED ROLE_ADMIN_USERS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
45 DENIED ROLE_EDITOR
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED OWNMODULE
"links"
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details
47 GRANTED DAIKIN
null
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS GRANTED
Show voter details
48 DENIED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\ModuleVoter"
ACCESS ABSTAIN
"App\Daikin\BaseBundle\Security\Voter\DaikinVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\OrderVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\CalculationVoter"
ACCESS ABSTAIN
"App\Daikin\FrontendBundle\Security\RefillCalcVoter"
ACCESS ABSTAIN
Show voter details