DebugAccessDecisionManager
  • References/PHP/Symfony/Component/Security/Core/Authorization

class DebugAccessDecisionManager implements

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

string getUsername() Returns the username used to authenticate the user.

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

interface AuthorizationCheckerInterface The AuthorizationCheckerInterface.

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

interface RoleHierarchyInterface RoleHierarchyInterface is the interface for a role hierarchy.

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

interface UserInterface Represents the interface that all user classes must implement. This

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

mixed getCredentials() Returns the user credentials.

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

class AuthenticatedVoter implements

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

bool isAccountNonLocked() Checks whether the user is locked. Internally, if this method

2025-01-10 15:47:30