PHP 클래스 Neos\Flow\Security\Aspect\LoggingAspect

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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