AuditableAclInterface::updateObjectFieldAuditing()
  • References/PHP/Symfony/Component/Security/Acl/Model

updateObjectFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates

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

bool hasAttribute(string $name) Returns true if the attribute exists.

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

supportsToken(

2025-01-10 15:47:30
UserSecurityIdentity::getUsername()
  • References/PHP/Symfony/Component/Security/Acl/Domain

string getUsername() Returns the username

2025-01-10 15:47:30
MutableAclProviderInterface::updateAcl()
  • References/PHP/Symfony/Component/Security/Acl/Model

updateAcl(MutableAclInterface

2025-01-10 15:47:30
RememberMeAuthenticationProvider::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
AnonymousAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

2025-01-10 15:47:30
AclProviderInterface
  • References/PHP/Symfony/Component/Security/Acl/Model

interface AclProviderInterface Provides a common interface for retrieving ACLs.

2025-01-10 15:47:30
ObjectIdentityInterface::getIdentifier()
  • References/PHP/Symfony/Component/Security/Acl/Model

string getIdentifier() Obtains a unique identifier for this object. The identifier must not be

2025-01-10 15:47:30
AclInterface::isGranted()
  • References/PHP/Symfony/Component/Security/Acl/Model

bool isGranted(array $masks, array $securityIdentities, bool $administrativeMode = false) Determines

2025-01-10 15:47:30