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

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#6806
  -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 {#6994
  -map: Symfony\Component\Security\Http\AccessMap {#1009 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#2350 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#4254
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#5332 …}
  -sessionKey: "_security_employee"
  -logger: Symfony\Bridge\Monolog\Logger {#2350 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2082 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1596 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1678 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#4945 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#5271 …}
    "enableUsageTracking"
  ]
}
0.25 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#5672
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#5661 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#2097 …}
  -providerKey: "employee"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1111 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2350 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#4945 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#5271 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#5697
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#5332 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#4945 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#2097 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2350 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1596 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#6357 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#4937
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#5332 …}
  -secret: "XfUdhox"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#2097 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2350 …}
}
0.99 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#829
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#5271 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/employee/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1866 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#5129 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#5869
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#5271 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#5151 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1009 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#2097 …}
  -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"

Access decision log

# Result Attributes Object
1 DENIED ROLE_EMPLOYEE
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS DENIED
"App\Security\Voter\AdminVoter"
ACCESS ABSTAIN
"App\Security\Voter\AttendanceTypesVoter"
ACCESS ABSTAIN
"App\Security\Voter\CandidateSourceVoter"
ACCESS ABSTAIN
"App\Security\Voter\CandidatesVoter"
ACCESS ABSTAIN
"App\Security\Voter\EmployeeTypeVoter"
ACCESS ABSTAIN
"App\Security\Voter\EmployeeVoter"
ACCESS ABSTAIN
"App\Security\Voter\LocationVoter"
ACCESS ABSTAIN
"App\Security\Voter\PermissionsVoter"
ACCESS ABSTAIN
"App\Security\Voter\SurveyVoter"
ACCESS ABSTAIN
"App\Security\Voter\TypeOfEmploymentVoter"
ACCESS ABSTAIN
"App\Security\Voter\CandidatesVoter"
ACCESS ABSTAIN
Show voter details