http://isbbethesda.com/index.php/prof/rooms/15/38/pdf

Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
]
Inherited Roles
[
  "ROLE_FINANCIAL"
  "ROLE_DISCIPLINE"
]
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#2138
  -user: App\Entity\User {#1826 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
  ]
  -authenticated: true
  -attributes: []
  -secret: "ff7325025ae307787e22fe923a2e178d"
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#263
  -map: Symfony\Component\Security\Http\AccessMap {#264 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#302 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#276
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#89 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#302 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#253 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#226 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#291 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#308 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#90 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#311
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#318 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#326 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#325 …}
  -logger: Symfony\Bridge\Monolog\Logger {#302 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#308 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#90 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#312
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#89 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#308 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#326 …}
  -logger: Symfony\Bridge\Monolog\Logger {#302 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#226 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#337 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#236
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#89 …}
  -secret: "SFeTmf3"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#326 …}
  -logger: Symfony\Bridge\Monolog\Logger {#302 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#244
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#90 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#237 …}
  -map: Symfony\Component\Security\Http\AccessMap {#264 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#326 …}
  -exceptionOnNoToken: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#290
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#90 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#249 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#87 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#286 …}
}
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"