PHP 클래스 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.
상속: extends Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\EntityPrivilege
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
matchesEntityType ( string $entityType ) : boolean
matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean

보호된 메소드들

메소드 설명
getConditionGenerator ( ) : ConditionGenerator

메소드 상세

getConditionGenerator() 보호된 메소드

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

matchesEntityType() 공개 메소드

public matchesEntityType ( string $entityType ) : boolean
$entityType string
리턴 boolean

matchesSubject() 공개 메소드

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