Security

Token

86802454099 Username
Authenticated
630319 From
Property Value
Roles
[
  "ROLE_CIRCLE_INCHARGE"
  "ROLE_CIRCLE_MAGAZINE_INCHARGE"
  "ROLE_USER"
  "ROLE_MEMBER"
]
Inherited Roles
[
  "ROLE_CIRCLE_MEMBER_INCHARGE"
  "ROLE_CIRCLE_DP_INCHARGE"
  "ROLE_CIRCLE_EVENT_MANAGER"
  "ROLE_CIRCLE_CORRESPONDENCE_COURSE_MANAGER"
  "ROLE_MEMBER_EVENT_DATA_ENTRY_OPERATOR"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#32
  -user: App\Entity\Member {#651 …}
  -roleNames: [
    "ROLE_CIRCLE_INCHARGE"
    "ROLE_CIRCLE_MAGAZINE_INCHARGE"
    "ROLE_USER"
    "ROLE_MEMBER"
  ]
  -attributes: []
  -firewallName: "member_area"
}

Firewall

member_area Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.member_provider
context member_area
entry_point security.authenticator.form_login.member_area
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#230
  -map: Symfony\Component\Security\Http\AccessMap {#231 …}
  -logger: Monolog\Logger {#169 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#312
  -sessionKey: "_security_member_area"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#173 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#292 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#337 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#311 …}
  -logger: Monolog\Logger {#169 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#205 …}
}
131.14 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#293
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#159 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#133
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#338 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#202 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#136 …}
  -firewallName: "member_area"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#138 …}
  -logger: Monolog\Logger {#169 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#457 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#352 …}
  -targetRoute: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#204
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "member_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#338 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#185 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#205 …}
  -csrfTokenManager: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#130
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#338 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#138 …}
  -map: Symfony\Component\Security\Http\AccessMap {#231 …}
}
0.95 ms (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_MEMBER
Symfony\Component\HttpFoundation\Request {#12
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#63 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#61 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#62 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#66 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#65 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#64 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#67 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/member/circle/cc/student/unverified.json"
  #requestUri: "/member/circle/cc/student/unverified.json?page=1&limit=10"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#127 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_MEMBER.
Show voter details