TokenProviderInterface
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

interface TokenProviderInterface Interface for TokenProviders.

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

RoleInterface[] getRoles()

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
SimpleAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

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

class LdapBindAuthenticationProvider extends

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

bool isFullFledged(

2025-01-10 15:47:30
SimpleAuthenticationProvider::authenticate()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

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

setAttributes(array $attributes) Sets the token attributes.

2025-01-10 15:47:30
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