Property | Type | Description | |
---|---|---|---|
$authenticationManager | Neos\Flow\Security\Authentication\AuthenticationManagerInterface | ||
$joinPoint | Neos\Flow\Aop\JoinPointInterface | The current joinpoint | |
$privilegeManager | Neos\Flow\Security\Authorization\PrivilegeManagerInterface | ||
$securityContext |
Method | Description | |
---|---|---|
__construct ( |
||
invoke ( ) : boolean | Invokes the security interception | |
setJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void | Sets the current joinpoint for this interception |
Method | Description | |
---|---|---|
renderDecisionReasonMessage ( string $privilegeReasonMessage ) : string | Returns a string message, giving insights what happened during privilege evaluation. |
public __construct ( |
||
$securityContext | The current security context | |
$authenticationManager | Neos\Flow\Security\Authentication\AuthenticationManagerInterface | The authentication manager |
$privilegeManager | Neos\Flow\Security\Authorization\PrivilegeManagerInterface | The access decision manager |
protected renderDecisionReasonMessage ( string $privilegeReasonMessage ) : string | ||
$privilegeReasonMessage | string | |
return | string |
public setJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void | ||
$joinPoint | Neos\Flow\Aop\JoinPointInterface | The current joinpoint |
return | void |
protected AuthenticationManagerInterface,Neos\Flow\Security\Authentication $authenticationManager | ||
return | Neos\Flow\Security\Authentication\AuthenticationManagerInterface |
protected JoinPointInterface,Neos\Flow\Aop $joinPoint | ||
return | Neos\Flow\Aop\JoinPointInterface |
protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager | ||
return | Neos\Flow\Security\Authorization\PrivilegeManagerInterface |