Home
last modified time | relevance | path

Searched refs:authException (Results 1 – 25 of 32) sorted by relevance

12

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/
H A DExceptionListener.php189 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 DDigestAuthenticationListener.php143 …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 DExceptionListener.php189 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 DDigestAuthenticationListener.php143 …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 DGuardAuthenticatorHandlerTest.php70 $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 DGuardAuthenticatorHandlerTest.php70 $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 DAuthenticationEntryPointInterface.php44 …* @param AuthenticationException $authException The exception that started the authentication proc…
48 public function start(Request $request, AuthenticationException $authException = null); argument
H A DDigestAuthenticationEntryPoint.php47 public function start(Request $request, AuthenticationException $authException = null) argument
56 if ($authException instanceof NonceExpiredException) {
H A DBasicAuthenticationEntryPoint.php35 public function start(Request $request, AuthenticationException $authException = null) argument
H A DRetryAuthenticationEntryPoint.php39 public function start(Request $request, AuthenticationException $authException = null) argument
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/
H A DAuthenticationEntryPointInterface.php44 …* @param AuthenticationException $authException The exception that started the authentication proc…
48 public function start(Request $request, AuthenticationException $authException = null); argument
H A DDigestAuthenticationEntryPoint.php47 public function start(Request $request, AuthenticationException $authException = null) argument
56 if ($authException instanceof NonceExpiredException) {
H A DBasicAuthenticationEntryPoint.php35 public function start(Request $request, AuthenticationException $authException = null) argument
H A DRetryAuthenticationEntryPoint.php39 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 DSessionTimeout.php40 if (!empty($registry->authException)) {
41 … $registry->getApiInstance($this->_app, 'application')->appInitFailure($registry->authException);
H A DNoAuth.php48 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 DBasicAuthenticationEntryPointTest.php24 $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 DBasicAuthenticationEntryPointTest.php24 $authException = new AuthenticationException('The exception message');
27 $response = $entryPoint->start($request, $authException);
/dports/mail/horde-imp/imp-6.2.27/lib/
H A DAuth.php81 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 DEntryPointStub.php23 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 DEntryPointStub.php23 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 DRestAuthenticationEntryPoint.java34 …equest request, HttpServletResponse response, AuthenticationException authException) throws IOExce… in commence() argument
/dports/mail/horde-imp/imp-6.2.27/lib/Imap/
H A DException.php58 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 DGuardAuthenticationListenerTest.php183 … $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 DGuardAuthenticationListenerTest.php183 … $authException = new AuthenticationException('Get outta here crazy user with a bad password!');
191 ->willThrowException($authException);
201 ->with($authException, $this->request, $authenticator, $providerKey);

12