PHP Class Neos\ContentRepository\Security\Authorization\Privilege\Node\ReadNodePrivilege

Nodes not granted for reading will be filtered via SQL. Currently only doctrine persistence is supported as we use the doctrine filter api, to rewrite SQL queries.
Inheritance: extends Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\EntityPrivilege
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
matchesEntityType ( string $entityType ) : boolean
matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean

Méthodes protégées

Méthode Description
getConditionGenerator ( ) : ConditionGenerator

Method Details

getConditionGenerator() protected méthode

protected getConditionGenerator ( ) : ConditionGenerator
Résultat Neos\ContentRepository\Security\Authorization\Privilege\Node\Doctrine\ConditionGenerator

matchesEntityType() public méthode

public matchesEntityType ( string $entityType ) : boolean
$entityType string
Résultat boolean

matchesSubject() public méthode

public matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean
$subject Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
Résultat boolean