LdapBindAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class LdapBindAuthenticationProvider extends

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
UsernamePasswordToken::eraseCredentials()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

eraseCredentials() Removes sensitive information from the token.

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

serialize() {@inheritdoc}

2025-01-10 15:47:30
SimpleAuthenticatorInterface::supportsToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication

supportsToken(

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

class Voter implements

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

deleteTokenBySeries(string $series) Deletes all tokens belonging to series.

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
RoleVoter
  • References/PHP/Symfony/Component/Security/Core/Authorization/Voter

class RoleVoter implements

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

class LdapUserProvider implements

2025-01-10 15:47:30