https://k-wifi.urani.tech/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#2659
  -secret: "X010xLH"
  -user: "anon."
  -roles: []
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

customer Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider Eccube\Security\Core\User\CustomerProvider
context customer
entry_point security.authentication.form_entry_point.customer
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#3130
  -map: Symfony\Component\Security\Http\AccessMap {#3129 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#2393 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3143 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#2668
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#828 …}
  -sessionKey: "_security_customer"
  -logger: Symfony\Bridge\Monolog\Logger {#3143 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2667 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#800 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#3137 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#2412 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#831 …}
    "enableUsageTracking"
  ]
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#2321
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#587 …}
  #options: [
    "check_path" => "mypage_login"
    "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" => "login_email"
    "password_parameter" => "login_pass"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#3143 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#626 …}
  #providerKey: "customer"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#2417 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#831 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#2669 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#800 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#2664 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#2662 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#2412 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#2665
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#828 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#2412 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#626 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3143 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#800 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#2669 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#2660
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#828 …}
  -secret: "X010xLH"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#626 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3143 …}
}
1.16 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#2416
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#831 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#2414
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#2413}
    Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#2412 …}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#2415 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#2417 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#3419
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#831 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#623 …}
  -map: Symfony\Component\Security\Http\AccessMap {#3129 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#626 …}
}
0.00 ms (none)

Security Voters (4)

unanimous Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"Eccube\Security\Voter\AuthorityVoter"

Access decision log

# Result Attributes Object
1 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute IS_AUTHENTICATED_REMEMBERED ACCESS DENIED
Show voter details
2 DENIED ROLE_USER
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute ROLE_USER ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
attribute ROLE_USER ACCESS DENIED
Show voter details