PHP Класс Neos\Flow\Security\Aspect\LoggingAspect

Показать файл Открыть проект

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

Свойство Тип Описание
$alreadyLoggedAuthenticateCall boolean
$securityLogger Neos\Flow\Log\SecurityLoggerInterface

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

Метод Описание
logJoinPointAccessDecisions ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Logs calls and result of vote() for method privileges
logManagerAuthenticate ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Logs calls and results of the authenticate() method of the Authentication Manager
logManagerLogout ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Logs calls and results of the logout() method of the Authentication Manager
logPersistedUsernamePasswordProviderAuthenticate ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Logs calls and results of the authenticate() method of an authentication provider
logPrivilegeAccessDecisions ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Logs calls and result of isPrivilegeTargetGranted()

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

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

Logs calls and result of vote() for method privileges
public logJoinPointAccessDecisions ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface
Результат void

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

Logs calls and results of the authenticate() method of the Authentication Manager
public logManagerAuthenticate ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
Результат mixed The result of the target method if it has not been intercepted

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

Logs calls and results of the logout() method of the Authentication Manager
public logManagerLogout ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
Результат mixed The result of the target method if it has not been intercepted

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

Logs calls and results of the authenticate() method of an authentication provider
public logPersistedUsernamePasswordProviderAuthenticate ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
Результат mixed The result of the target method if it has not been intercepted

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

Logs calls and result of isPrivilegeTargetGranted()
public logPrivilegeAccessDecisions ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface
Результат void

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

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

protected bool $alreadyLoggedAuthenticateCall
Результат boolean

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

protected SecurityLoggerInterface,Neos\Flow\Log $securityLogger
Результат Neos\Flow\Log\SecurityLoggerInterface