Security

Token

yum Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
  "ROLE_SYSTEM"
]
Inherited Roles
[
  "ROLE_GUEST"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#4854
  -user: Symfony\Component\Security\Core\User\InMemoryUser {#4844 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
    "ROLE_SYSTEM"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.users_in_memory
context (none)
entry_point security.authenticator.http_basic.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "http_basic"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
562.03 ms (none)
"Symfony\Component\Security\Http\Firewall\AccessListener"
0.00 ms (none)

Authenticators

Status Authenticator
success
"Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator"
Lazy no
Duration 0.02 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#1812
  #user: Symfony\Component\Security\Core\User\InMemoryUser {#4844 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#4949
      -userLoader: Symfony\Component\Security\Core\User\InMemoryUserProvider::loadUserByIdentifier(string $identifier): UserInterface {#3071 …}
      -user: Symfony\Component\Security\Core\User\InMemoryUser {#4844 …}
      -identifierNormalizer: null
      -userIdentifier: "yum"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#5822
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#4847
      -plaintextPassword: null
      -passwordUpgrader: null
    }
  ]
  -attributes: []
}
Badges UserBadge PasswordCredentials PasswordUpgradeBadge

Access Decision