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
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
AuthenticationEvent
  • References/PHP/Symfony/Component/Security/Core/Event

class AuthenticationEvent extends Event

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

bool isFullFledged(

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

Classes

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

serialize() {@inheritdoc}

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

class LdapUserProvider implements

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

interface TokenProviderInterface Interface for TokenProviders.

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

class RoleVoter implements

2025-01-10 15:47:30
DebugAccessDecisionManager::decide()
  • References/PHP/Symfony/Component/Security/Core/Authorization

bool decide(

2025-01-10 15:47:30