‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent Class Reference
Inheritance diagram for TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent:
TYPO3\CMS\Core\Authentication\Event\LoginAttemptFailedEvent TYPO3\CMS\Core\Authentication\Event\MfaVerificationFailedEvent

Public Member Functions

 __construct (private readonly ServerRequestInterface $request)
 
 getUser ()
 
 isFrontendAttempt ()
 
 isBackendAttempt ()
 
 getRequest ()
 

Detailed Description

Class to be extended by events, fired after authentication has failed

Definition at line 27 of file AbstractAuthenticationFailedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent::__construct ( private readonly ServerRequestInterface  $request)

Definition at line 29 of file AbstractAuthenticationFailedEvent.php.

Member Function Documentation

◆ getRequest()

TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent::getRequest ( )

◆ getUser()

TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent::getUser ( )
abstract

◆ isBackendAttempt()

◆ isFrontendAttempt()

TYPO3\CMS\Core\Authentication\Event\AbstractAuthenticationFailedEvent::isFrontendAttempt ( )