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 {#4591
  -user: Eccube\Entity\Member {#4456 …}
  -roleNames: [
    "ROLE_OAUTH2_READ"
    "ROLE_OAUTH2_WRITE"
    "ROLE_ADMIN"
  ]
  -authenticated: true
  -attributes: [
    "access_token_id" => "0f9edd79f010f15cace8421db43e929b7c42798d6fab253eb1e9559ec341284d10d4c84487df3468"
    "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 {#4639
  -map: Symfony\Component\Security\Http\AccessMap {#4638 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#4646 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#4615
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#4614 …}
}
3.13 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#4611
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1589 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1036 …}
  -map: Symfony\Component\Security\Http\AccessMap {#4638 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.00 ms (none)

Authenticators

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