UserCheckerInterface::checkPostAuth()
  • References/PHP/Symfony/Component/Security/Core/User

checkPostAuth(UserInterface

2025-01-10 15:47:30
LogoutListener::handle()
  • References/PHP/Symfony/Component/Security/Http/Firewall

handle(GetResponseEvent $event)

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

bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against

2025-01-10 15:47:30
AclInterface::isEntriesInheriting()
  • References/PHP/Symfony/Component/Security/Acl/Model

bool isEntriesInheriting() Whether this ACL is inheriting ACEs from a parent ACL.

2025-01-10 15:47:30
AclProvider::findAcl()
  • References/PHP/Symfony/Component/Security/Acl/Dbal

AclInterface findAcl(

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

eraseCredentials() Removes sensitive information from the token.

2025-01-10 15:47:30
SecurityIdentityRetrievalStrategy
  • References/PHP/Symfony/Component/Security/Acl/Domain

class SecurityIdentityRetrievalStrategy implements

2025-01-10 15:47:30
TokenProviderInterface::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
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
Pbkdf2PasswordEncoder
  • References/PHP/Symfony/Component/Security/Core/Encoder

class Pbkdf2PasswordEncoder extends

2025-01-10 15:47:30