RoleHierarchyInterface
  • References/PHP/Symfony/Component/Security/Core/Role

interface RoleHierarchyInterface RoleHierarchyInterface is the interface for a role hierarchy.

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

class DebugAccessDecisionManager implements

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

bool isFullFledged(

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

int vote(

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

UserInterface refreshUser(

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

setUser(mixed $user) Sets the user in the token. The user can be a UserInterface instance

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
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