AbstractToken::serialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

serialize() {@inheritdoc}

2025-01-10 15:47:30
UserPassword
  • References/PHP/Symfony/Component/Security/Core/Validator/Constraints

class UserPassword extends Constraint

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

mixed getAttribute(string $name) Returns an attribute value.

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

interface RoleInterface RoleInterface represents a role granted to a user. A role must either

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

bool supportsClass(string $class) Whether this provider supports the given user class.

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

createUser(UserInterface $user)

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

class AnonymousToken extends

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

setAuthenticated(bool $isAuthenticated) Sets the authenticated flag.

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

setToken(

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

TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

2025-01-10 15:47:30