You are here

constant AccessDeniedSubscriber::FLOOD_CONTROL_ROUTES in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 src/EventSubscriber/AccessDeniedSubscriber.php \Drupal\samlauth\EventSubscriber\AccessDeniedSubscriber::FLOOD_CONTROL_ROUTES

Routes which can throw TooManyRequestsHttpException.

File

src/EventSubscriber/AccessDeniedSubscriber.php, line 27

Class

AccessDeniedSubscriber
Exception subscriber intercepting various "access denied" situations.

Namespace

Drupal\samlauth\EventSubscriber

Code

const FLOOD_CONTROL_ROUTES = [
  'samlauth.saml_controller_acs',
  'samlauth.saml_controller_sls',
];