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 {#4612
  -user: Eccube\Entity\Member {#4477 …}
  -roleNames: [
    "ROLE_OAUTH2_READ"
    "ROLE_OAUTH2_WRITE"
    "ROLE_ADMIN"
  ]
  -authenticated: true
  -attributes: [
    "access_token_id" => "ed412bb4cdbc6dc2d70869f68c15122e7361718799c0fd6207f803208547dce2d49d52283e597124"
    "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 {#4660
  -map: Symfony\Component\Security\Http\AccessMap {#4659 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#4667 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#4636
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#4635 …}
}
3.15 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#4632
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1589 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1035 …}
  -map: Symfony\Component\Security\Http\AccessMap {#4659 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.00 ms (none)

Authenticators

Authenticator Supports Duration Passport
"League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator"
1.58 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#4611
  #user: Eccube\Entity\Member {#4477 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#4608
      -userIdentifier: "manage"
      -userLoader: Closure(string $userIdentifier): UserInterface {#4629 …}
      -user: Eccube\Entity\Member {#4477 …}
    }
    "League\Bundle\OAuth2ServerBundle\Security\Passport\Badge\ScopeBadge" => League\Bundle\OAuth2ServerBundle\Security\Passport\Badge\ScopeBadge {#4609
      -resolved: true
      -scopes: [
        "read"
        "write"
      ]
    }
  ]
  -attributes: [
    "accessTokenId" => "ed412bb4cdbc6dc2d70869f68c15122e7361718799c0fd6207f803208547dce2d49d52283e597124"
    "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"