http://isbbethesda.com/index.php/prof/students/1822/edit Return to referer URL

Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
]
Inherited Roles
[
  "ROLE_FINANCIAL"
  "ROLE_DISCIPLINE"
]
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#348
  -user: App\Entity\User {#995 …}
  -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 {#285
  -map: Symfony\Component\Security\Http\AccessMap {#289 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#249 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#287
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#92 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#249 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#268 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#228 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#245 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#280 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#93 …}
    "enableUsageTracking"
  ]
}
9.24 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#333
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#330 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#304 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#322 …}
  -logger: Symfony\Bridge\Monolog\Logger {#249 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#280 …}
  -hideUserNotFoundExceptions: true
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#93 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#338
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#92 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#280 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#304 …}
  -logger: Symfony\Bridge\Monolog\Logger {#249 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#228 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#334 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#339
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#92 …}
  -secret: "MDPCS78"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#304 …}
  -logger: Symfony\Bridge\Monolog\Logger {#249 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#298
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#93 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#302 …}
  -map: Symfony\Component\Security\Http\AccessMap {#289 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#304 …}
  -exceptionOnNoToken: true
}
0.07 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#311
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#93 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#250 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#90 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#313 …}
}
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"