GET http://core.credifastdev.com/api/landing/get-all

Security

Token

api@api.com Username
Authenticated
Property Value
Roles
[
  "ROLE_API"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#932
  -user: App\CrediFastCore\Domain\Model\User {#796 …}
  -roleNames: [
    "ROLE_API"
  ]
  -attributes: []
  -firewallName: "api"
}

Firewall

api Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context api
entry_point (none)
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\CrediFastCore\Infrastructure\Security\ApiKeyAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#889
  -map: Symfony\Component\Security\Http\AccessMap {#888 …}
  -logger: Monolog\Logger {#898 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#834
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#225 …}
  -sessionKey: "_security_api"
  -logger: Monolog\Logger {#898 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#833 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#831 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#900 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#818 …}
}
0.27 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#803
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#802 …}
}
1.47 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#956
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#226 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#817 …}
  -map: Symfony\Component\Security\Http\AccessMap {#888 …}
}
0.17 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\CrediFastCore\Infrastructure\Security\ApiKeyAuthenticator"
0.12 ms
Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport {#795
  #user: App\CrediFastCore\Domain\Model\User {#796 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#794
      -userIdentifier: "8f77bcc903af67a857d1737af3baf23c"
      -userLoader: Closure() {#793 …}
      -user: App\CrediFastCore\Domain\Model\User {#796 …}
      -attributes: null
    }
  ]
  -attributes: []
}
UserBadge

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"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_API
Symfony\Component\HttpFoundation\Request {#10
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/landing/get-all"
  #requestUri: "/api/landing/get-all"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#810 …}
  #locale: null
  #defaultLocale: "es"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details