Overview

Namespaces

  • PHP
  • ProgrammingAreHard
    • Arbiter
      • Domain
      • Model
  • Symfony
    • Component
      • Security
        • Acl
          • Exception
          • Model
          • Permission
        • Core
          • User

Interfaces

  • AclCacheInterface
  • AclInterface
  • AclProviderInterface
  • AuditableAclInterface
  • AuditableEntryInterface
  • AuditLoggerInterface
  • DomainObjectInterface
  • EntryInterface
  • FieldEntryInterface
  • MutableAclInterface
  • MutableAclProviderInterface
  • ObjectIdentityInterface
  • ObjectIdentityRetrievalStrategyInterface
  • PermissionGrantingStrategyInterface
  • SecurityIdentityInterface
  • SecurityIdentityRetrievalStrategyInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface SecurityIdentityRetrievalStrategyInterface

Interface for retrieving security identities from tokens

Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at SecurityIdentityRetrievalStrategyInterface.php
Methods summary
public Symfony\Component\Security\Acl\Model\SecurityIdentityInterface[]
# getSecurityIdentities( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )

Retrieves the available security identities for the given token

Retrieves the available security identities for the given token

The order in which the security identities are returned is significant. Typically, security identities should be ordered from most specific to least specific.

Parameters

$token
Symfony\Component\Security\Core\Authentication\Token\TokenInterface
$token

Returns

Symfony\Component\Security\Acl\Model\SecurityIdentityInterface[]
An array of SecurityIdentityInterface implementations
Arbiter API documentation generated by ApiGen 2.8.0