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
ファイルを表示 Open project: neos/neos-development-collection

Public Methods

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

Protected Methods

Method Description
getConditionGenerator ( ) : ConditionGenerator

Method Details

getConditionGenerator() protected method

protected getConditionGenerator ( ) : ConditionGenerator
return Neos\ContentRepository\Security\Authorization\Privilege\Node\Doctrine\ConditionGenerator

matchesEntityType() public method

public matchesEntityType ( string $entityType ) : boolean
$entityType string
return boolean

matchesSubject() public method

public matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean
$subject Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
return boolean