PreAuthenticatedAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

2025-01-10 15:47:30
PreAuthenticatedToken::serialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

serialize() {@inheritdoc}

2025-01-10 15:47:30
UserInterface::getRoles()
  • References/PHP/Symfony/Component/Security/Core/User

(Role|string)[] getRoles() Returns the roles granted to the user. public function

2025-01-10 15:47:30
AbstractToken::getUser()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

mixed getUser() Returns a user representation.

2025-01-10 15:47:30
InMemoryTokenProvider::loadTokenBySeries()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found

2025-01-10 15:47:30
BasePasswordEncoder
  • References/PHP/Symfony/Component/Security/Core/Encoder

class BasePasswordEncoder implements

2025-01-10 15:47:30
UserPasswordEncoderInterface::isPasswordValid()
  • References/PHP/Symfony/Component/Security/Core/Encoder

bool isPasswordValid(UserInterface

2025-01-10 15:47:30
SecurityContextInterface deprecated
  • References/PHP/Symfony/Component/Security/Core

interface SecurityContextInterface implements

2025-01-10 15:47:30
UserInterface::getSalt()
  • References/PHP/Symfony/Component/Security/Core/User

string|null getSalt() Returns the salt that was originally used to encode the password. This

2025-01-10 15:47:30
LdapUserProvider::refreshUser()
  • References/PHP/Symfony/Component/Security/Core/User

UserInterface refreshUser(

2025-01-10 15:47:30