/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ |
H A D | ExceptionListener.php | 189 private function startAuthentication(Request $request, AuthenticationException $authException) argument 192 … HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $aut… 203 if ($authException instanceof AccountStatusException) { 208 …he security token was removed due to an AccountStatusException.', ['exception' => $authException]); 212 $response = $this->authenticationEntryPoint->start($request, $authException);
|
H A D | DigestAuthenticationListener.php | 143 …te function fail(GetResponseEvent $event, Request $request, AuthenticationException $authException) argument 151 $this->logger->info('Digest authentication failed.', ['exception' => $authException]); 154 $event->setResponse($this->authenticationEntryPoint->start($request, $authException));
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ |
H A D | ExceptionListener.php | 189 private function startAuthentication(Request $request, AuthenticationException $authException) argument 192 … HttpException(Response::HTTP_UNAUTHORIZED, $authException->getMessage(), $authException, [], $aut… 203 if ($authException instanceof AccountStatusException) { 208 …he security token was removed due to an AccountStatusException.', ['exception' => $authException]); 212 $response = $this->authenticationEntryPoint->start($request, $authException);
|
H A D | DigestAuthenticationListener.php | 143 …te function fail(GetResponseEvent $event, Request $request, AuthenticationException $authException) argument 151 $this->logger->info('Digest authentication failed.', ['exception' => $authException]); 154 $event->setResponse($this->authenticationEntryPoint->start($request, $authException));
|
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/ |
H A D | GuardAuthenticatorHandlerTest.php | 70 $authException = new AuthenticationException('Bad password!'); 75 ->with($this->request, $authException) 79 …$actualResponse = $handler->handleAuthenticationFailure($authException, $this->request, $this->gua… 91 $authException = new AuthenticationException('Bad password!'); 96 ->with($this->request, $authException) 100 …$actualResponse = $handler->handleAuthenticationFailure($authException, $this->request, $this->gua…
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/ |
H A D | GuardAuthenticatorHandlerTest.php | 70 $authException = new AuthenticationException('Bad password!'); 75 ->with($this->request, $authException) 79 …$actualResponse = $handler->handleAuthenticationFailure($authException, $this->request, $this->gua… 91 $authException = new AuthenticationException('Bad password!'); 96 ->with($this->request, $authException) 100 …$actualResponse = $handler->handleAuthenticationFailure($authException, $this->request, $this->gua…
|
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/ |
H A D | AuthenticationEntryPointInterface.php | 44 …* @param AuthenticationException $authException The exception that started the authentication proc… 48 public function start(Request $request, AuthenticationException $authException = null); argument
|
H A D | DigestAuthenticationEntryPoint.php | 47 public function start(Request $request, AuthenticationException $authException = null) argument 56 if ($authException instanceof NonceExpiredException) {
|
H A D | BasicAuthenticationEntryPoint.php | 35 public function start(Request $request, AuthenticationException $authException = null) argument
|
H A D | RetryAuthenticationEntryPoint.php | 39 public function start(Request $request, AuthenticationException $authException = null) argument
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/ |
H A D | AuthenticationEntryPointInterface.php | 44 …* @param AuthenticationException $authException The exception that started the authentication proc… 48 public function start(Request $request, AuthenticationException $authException = null); argument
|
H A D | DigestAuthenticationEntryPoint.php | 47 public function start(Request $request, AuthenticationException $authException = null) argument 56 if ($authException instanceof NonceExpiredException) {
|
H A D | BasicAuthenticationEntryPoint.php | 35 public function start(Request $request, AuthenticationException $authException = null) argument
|
H A D | RetryAuthenticationEntryPoint.php | 39 public function start(Request $request, AuthenticationException $authException = null) argument
|
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Ajax/Response/HordeCore/ |
H A D | SessionTimeout.php | 40 if (!empty($registry->authException)) { 41 … $registry->getApiInstance($this->_app, 'application')->appInitFailure($registry->authException);
|
H A D | NoAuth.php | 48 if (!empty($registry->authException)) { 49 … $registry->getApiInstance($this->_app, 'application')->appInitFailure($registry->authException);
|
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/ |
H A D | BasicAuthenticationEntryPointTest.php | 24 $authException = new AuthenticationException('The exception message'); 27 $response = $entryPoint->start($request, $authException);
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint/ |
H A D | BasicAuthenticationEntryPointTest.php | 24 $authException = new AuthenticationException('The exception message'); 27 $response = $entryPoint->start($request, $authException);
|
/dports/mail/horde-imp/imp-6.2.27/lib/ |
H A D | Auth.php | 81 throw $e->authException(); 89 throw $e->authException();
|
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/ |
H A D | EntryPointStub.php | 23 public function start(Request $request, AuthenticationException $authException = null) argument
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/ |
H A D | EntryPointStub.php | 23 public function start(Request $request, AuthenticationException $authException = null) argument
|
/dports/www/axis2/axis2-1.8.0/samples/userguide/src/userguide/springbootdemo/src/main/java/userguide/springboot/security/webservices/ |
H A D | RestAuthenticationEntryPoint.java | 34 …equest request, HttpServletResponse response, AuthenticationException authException) throws IOExce… in commence() argument
|
/dports/mail/horde-imp/imp-6.2.27/lib/Imap/ |
H A D | Exception.php | 58 public function authException() function in IMP_Imap_Exception
|
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Firewall/ |
H A D | GuardAuthenticationListenerTest.php | 183 … $authException = new AuthenticationException('Get outta here crazy user with a bad password!'); 191 ->willThrowException($authException); 201 ->with($authException, $this->request, $authenticator, $providerKey);
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Tests/Firewall/ |
H A D | GuardAuthenticationListenerTest.php | 183 … $authException = new AuthenticationException('Get outta here crazy user with a bad password!'); 191 ->willThrowException($authException); 201 ->with($authException, $this->request, $authenticator, $providerKey);
|