https://dev.op-buce.com/employee

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#328
  -secret: "XfUdhox"
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Firewall

employee Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.employee_db_provider
context employee
entry_point App\Security\LoginFormAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#281
  -map: Symfony\Component\Security\Http\AccessMap {#306 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#307 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#277
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#131 …}
  -sessionKey: "_security_employee"
  -logger: Symfony\Bridge\Monolog\Logger {#307 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#269 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#234 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#310 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#276 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#132 …}
    "enableUsageTracking"
  ]
}
0.69 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#297
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#288 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#301 …}
  -providerKey: "employee"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#327 …}
  -logger: Symfony\Bridge\Monolog\Logger {#307 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#276 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#132 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#324
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#131 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#276 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#301 …}
  -logger: Symfony\Bridge\Monolog\Logger {#307 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#234 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#299 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#41
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#131 …}
  -secret: "XfUdhox"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#301 …}
  -logger: Symfony\Bridge\Monolog\Logger {#307 …}
}
3.21 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#283
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#132 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/employee/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#316 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#304 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#384
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#132 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#246 …}
  -map: Symfony\Component\Security\Http\AccessMap {#306 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#301 …}
  -exceptionOnNoToken: true
}
0.05 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"App\Security\Voter\AdminVoter"
4
"App\Security\Voter\AttendanceTypesVoter"
5
"App\Security\Voter\CandidateSourceVoter"
6
"App\Security\Voter\CandidatesVoter"
7
"App\Security\Voter\EmployeeTypeVoter"
8
"App\Security\Voter\EmployeeVoter"
9
"App\Security\Voter\LocationVoter"
10
"App\Security\Voter\PermissionsVoter"
11
"App\Security\Voter\SurveyVoter"
12
"App\Security\Voter\TypeOfEmploymentVoter"
13
"App\Security\Voter\CandidatesVoter"