http://qa.edusoho.cn/project_plan/975/items/detail Return to referer URL

Security

Token

huyou@test.com Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_ALLOWED_TO_SWITCH"
  "ROLE_TEACHER"
  "ROLE_BACKEND"
  "ROLE_DEPARTMENT_ADMIN"
  "ROLE_TRAINING_ADMIN"
]
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#193
  -secret: "ThisTokenIsNotSoSecretChangeIt"
  -firewallName: "main"
  -user: Biz\User\CurrentUser {#180 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_SUPER_ADMIN"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider topxia.user_provider
context main
entry_point security.authentication.form_entry_point.main
user_checker AppBundle\Security\Firewall\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#294
  -map: Symfony\Component\Security\Http\AccessMap {#295 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#287 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#204
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#549 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#287 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#203 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#636 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#285 …}
  -rememberMeServices: AppBundle\Security\TokenBasedRememberMeServices {#198 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#550 …}
    "enableUsageTracking"
  ]
}
13.69 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#170
  -csrfTokenManager: null
  #options: [
    "check_path" => "login_check"
    "login_path" => "login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#287 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#175 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#280 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#550 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#169 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#636 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#168 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#165 …}
  -rememberMeServices: AppBundle\Security\TokenBasedRememberMeServices {#198 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#161
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#549 …}
  -rememberMeServices: AppBundle\Security\TokenBasedRememberMeServices {#198 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#175 …}
  -logger: Symfony\Bridge\Monolog\Logger {#287 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#636 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#169 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#158
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#549 …}
  -secret: "ZMPuUOI"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#175 …}
  -logger: Symfony\Bridge\Monolog\Logger {#287 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#288
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#550 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#280 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#271 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#160
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#550 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#519 …}
  -map: Symfony\Component\Security\Http\AccessMap {#295 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#175 …}
  -exceptionOnNoToken: true
}
0.12 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"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"AppBundle\SfExtend\AdminVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#16
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#19 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#22 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#21 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#20 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#23 …}
  #content: "start=1730073600&end=1733702400"
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/project_plan/975/items/detail"
  #requestUri: "/project_plan/975/items/detail"
  #baseUrl: ""
  #basePath: ""
  #method: "POST"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#337 …}
  #locale: "zh_CN"
  #defaultLocale: "zh_CN"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details