https://xb006434.xbiz.jp/api

Security

Token

manage Username
Authenticated
Property Value
Roles
[
  "ROLE_OAUTH2_READ"
  "ROLE_OAUTH2_WRITE"
  "ROLE_ADMIN"
]
Inherited Roles none
Token
League\Bundle\OAuth2ServerBundle\Security\Authentication\Token\OAuth2Token {#4670
  -user: Eccube\Entity\Member {#4535 …}
  -roleNames: [
    "ROLE_OAUTH2_READ"
    "ROLE_OAUTH2_WRITE"
    "ROLE_ADMIN"
  ]
  -authenticated: true
  -attributes: [
    "access_token_id" => "8e831ea0558a8fd858fd8cb7da7c9d84ac5232ddaf879e9d7b6e12e4ad8c04f0df9913c6334b5786"
    "oauth_client_id" => "225ceb8326d81a10468256239e37adda"
    "scopes" => [
      "read"
      "write"
    ]
  ]
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider Eccube\Security\Core\User\MemberProvider
context (none)
entry_point security.authenticator.oauth2.api
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "oauth2"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#4718
  -map: Symfony\Component\Security\Http\AccessMap {#4717 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#4725 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#4694
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#4693 …}
}
3.38 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#4690
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1624 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1068 …}
  -map: Symfony\Component\Security\Http\AccessMap {#4717 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.00 ms (none)

Authenticators

Authenticator Supports Duration Passport
"League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator"
1.76 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#4669
  #user: Eccube\Entity\Member {#4535 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#4666
      -userIdentifier: "manage"
      -userLoader: Closure(string $userIdentifier): UserInterface {#4687 …}
      -user: Eccube\Entity\Member {#4535 …}
    }
    "League\Bundle\OAuth2ServerBundle\Security\Passport\Badge\ScopeBadge" => League\Bundle\OAuth2ServerBundle\Security\Passport\Badge\ScopeBadge {#4667
      -resolved: true
      -scopes: [
        "read"
        "write"
      ]
    }
  ]
  -attributes: [
    "accessTokenId" => "8e831ea0558a8fd858fd8cb7da7c9d84ac5232ddaf879e9d7b6e12e4ad8c04f0df9913c6334b5786"
    "oauthClientId" => "225ceb8326d81a10468256239e37adda"
  ]
}

Access Decision

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"