PHP Класс Neos\Flow\Security\Authorization\Privilege\AbstractPrivilege

Наследование: implements Neos\Flow\Security\Authorization\Privilege\PrivilegeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$cacheEntryIdentifier string Unique identifier of this privilege (used for cache entries)
$matcher string
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$parameters Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface[]
$parsedMatcher string
$permission One of the constants ABSTAIN, GRANT or DENY
$privilegeTarget PrivilegeTarget

Открытые методы

Метод Описание
__construct ( PrivilegeTarget $privilegeTarget, string $matcher, string $permission, array $parameters )
getCacheEntryIdentifier ( ) : string Unique identifier of this privilege
getMatcher ( ) : string A matcher string, describing the privilegeTarget (e.g. pointcut expression for methods or EEL expression for entities)
getParameters ( ) : Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface[]
getParsedMatcher ( ) : string Returns the matcher string with replaced parameter markers.
getPermission ( ) : integer
getPrivilegeTarget ( ) : PrivilegeTarget The related privilege target
getPrivilegeTargetIdentifier ( ) : string Unique identifier for the related privilege target (e.g. "Neos.Flow:PublicMethods")
hasParameters ( ) : boolean
injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : void This object is created very early so we can't rely on AOP for the property injection
isAbstained ( ) : boolean
isDenied ( ) : boolean
isGranted ( ) : boolean

Защищенные методы

Метод Описание
buildCacheEntryIdentifier ( ) : void Initializes the unique cache entry identifier

Описание методов

__construct() публичный Метод

public __construct ( PrivilegeTarget $privilegeTarget, string $matcher, string $permission, array $parameters )
$privilegeTarget PrivilegeTarget
$matcher string
$permission string One of the constants GRANT, DENY or ABSTAIN
$parameters array

buildCacheEntryIdentifier() защищенный Метод

Initializes the unique cache entry identifier
protected buildCacheEntryIdentifier ( ) : void
Результат void

getCacheEntryIdentifier() публичный Метод

Unique identifier of this privilege
public getCacheEntryIdentifier ( ) : string
Результат string

getMatcher() публичный Метод

Note: This returns the raw matcher string that might contain parameter placeholders. If you want to return the parsed matcher with placeholders replaced, use getParsedMatcher() instead.
public getMatcher ( ) : string
Результат string

getParameters() публичный Метод

public getParameters ( ) : Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface[]
Результат Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface[]

getParsedMatcher() публичный Метод

@see getMatcher()
public getParsedMatcher ( ) : string
Результат string

getPermission() публичный Метод

public getPermission ( ) : integer
Результат integer

getPrivilegeTarget() публичный Метод

The related privilege target
public getPrivilegeTarget ( ) : PrivilegeTarget
Результат PrivilegeTarget

getPrivilegeTargetIdentifier() публичный Метод

Unique identifier for the related privilege target (e.g. "Neos.Flow:PublicMethods")
public getPrivilegeTargetIdentifier ( ) : string
Результат string

hasParameters() публичный Метод

public hasParameters ( ) : boolean
Результат boolean

injectObjectManager() публичный Метод

This object is created very early so we can't rely on AOP for the property injection
public injectObjectManager ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : void
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
Результат void

isAbstained() публичный Метод

public isAbstained ( ) : boolean
Результат boolean

isDenied() публичный Метод

public isDenied ( ) : boolean
Результат boolean

isGranted() публичный Метод

public isGranted ( ) : boolean
Результат boolean

Описание свойств

$cacheEntryIdentifier защищенное свойство

Unique identifier of this privilege (used for cache entries)
protected string $cacheEntryIdentifier
Результат string

$matcher защищенное свойство

protected string $matcher
Результат string

$objectManager защищенное свойство

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Результат Neos\Flow\ObjectManagement\ObjectManagerInterface

$parameters защищенное свойство

protected PrivilegeParameterInterface[],Neos\Flow\Security\Authorization\Privilege\Parameter $parameters
Результат Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface[]

$parsedMatcher защищенное свойство

protected string $parsedMatcher
Результат string

$permission защищенное свойство

One of the constants ABSTAIN, GRANT or DENY
protected $permission

$privilegeTarget защищенное свойство

protected PrivilegeTarget,Neos\Flow\Security\Authorization\Privilege $privilegeTarget
Результат PrivilegeTarget