UserChecker
  • References/PHP/Symfony/Component/Security/Core/User

class UserChecker implements

2025-01-10 15:47:30
Component\Security\Core\Authentication\RememberMe
  • References/PHP/Symfony/Component/Security/Core/Authentication

Classes

2025-01-10 15:47:30
SecurityContext deprecated::getToken()
  • References/PHP/Symfony/Component/Security/Core

TokenInterface|null getToken() deprecated deprecated since version 2.6, to be removed in 3.0. Use TokenStorageInterface::getToken() instead. {@inheritdoc} Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

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

class InMemoryTokenProvider implements

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

unserialize($serialized) {@inheritdoc} Parameters

2025-01-10 15:47:30
LdapBindAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class LdapBindAuthenticationProvider extends

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

string getProviderKey() Returns the provider secret.

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

UserInterface loadUserByUsername(string

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

RoleInterface[] getRoles()

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

string getPassword() Returns the password used to authenticate the user. This should be

2025-01-10 15:47:30