‪TYPO3CMS  ‪main
TYPO3\CMS\Core\RateLimiter\RateLimiterFactory Class Reference

Public Member Functions

 createLoginRateLimiter (AbstractUserAuthentication $userAuthentication, ServerRequestInterface $request)
 

Protected Member Functions

 isIpExcluded (string $loginType, string $remoteAddress)
 

Detailed Description

This is not part of the official TYPO3 Core API due to a limitation of the experimental Symfony Rate Limiter API.

Definition at line 32 of file RateLimiterFactory.php.

Member Function Documentation

◆ createLoginRateLimiter()

TYPO3\CMS\Core\RateLimiter\RateLimiterFactory::createLoginRateLimiter ( AbstractUserAuthentication  $userAuthentication,
ServerRequestInterface  $request 
)

◆ isIpExcluded()

TYPO3\CMS\Core\RateLimiter\RateLimiterFactory::isIpExcluded ( string  $loginType,
string  $remoteAddress 
)
protected