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 SecurityIdentityInterface

This interface provides an additional level of indirection, so that we can work with abstracted versions of security objects and do not have to save the entire objects.

Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at SecurityIdentityInterface.php
Methods summary
public
# equals( Symfony\Component\Security\Acl\Model\SecurityIdentityInterface $identity )

This method is used to compare two security identities in order to not rely on referential equality.

This method is used to compare two security identities in order to not rely on referential equality.

Parameters

$identity
Symfony\Component\Security\Acl\Model\SecurityIdentityInterface
$identity
Arbiter API documentation generated by ApiGen 2.8.0