Home
last modified time | relevance | path

Searched refs:AuthenticationManagerInterface (Results 1 – 25 of 54) sorted by relevance

123

/dports/audio/ampache/ampache-php74-5.0.0/src/Module/WebDav/
H A DWebDavAuth.php27 use Ampache\Module\Authentication\AuthenticationManagerInterface; alias
37 private AuthenticationManagerInterface $authenticationManager;
40 AuthenticationManagerInterface $authenticationManager
H A DWebDavFactory.php27 use Ampache\Module\Authentication\AuthenticationManagerInterface; alias
37 private AuthenticationManagerInterface $authenticationManager;
40 AuthenticationManagerInterface $authenticationManager
/dports/audio/ampache/ampache-php74-5.0.0/tests/Module/WebDav/
H A DWebDavFactoryTest.php27 use Ampache\Module\Authentication\AuthenticationManagerInterface; alias
36 /** @var AuthenticationManagerInterface|MockInterface|null */
44 $this->authenticationManager = Mockery::mock(AuthenticationManagerInterface::class);
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Logout/
H A DLogoutAction.php29 use Ampache\Module\Authentication\AuthenticationManagerInterface; alias
39 private AuthenticationManagerInterface $authenticationManager;
43 AuthenticationManagerInterface $authenticationManager
/dports/www/bolt/bolt-2.2.24/vendor/symfony/security-core/Symfony/Component/Security/Core/Authorization/
H A DAuthorizationChecker.php14 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
37 … * @param AuthenticationManagerInterface $authenticationManager An AuthenticationManager instance
41 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/
H A DAuthorizationChecker.php14 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
34 … * @param AuthenticationManagerInterface $authenticationManager An AuthenticationManager instance
38 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/
H A DAuthorizationChecker.php14 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
34 … * @param AuthenticationManagerInterface $authenticationManager An AuthenticationManager instance
38 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
/dports/www/bolt/bolt-2.2.24/vendor/symfony/security-core/Symfony/Component/Security/Core/
H A DSecurityContext.php14 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
46 * @param TokenStorageInterface|AuthenticationManagerInterface $tokenStorage
52 …$oldSignature = $tokenStorage instanceof AuthenticationManagerInterface && $authorizationChecker i…
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Playback/
H A DChannelAction.php37 use Ampache\Module\Authentication\AuthenticationManagerInterface; alias
46 private AuthenticationManagerInterface $authenticationManager;
51 AuthenticationManagerInterface $authenticationManager,
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/
H A DAuthenticationProviderInterface.php14 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
25 interface AuthenticationProviderInterface extends AuthenticationManagerInterface
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/
H A DAuthenticationProviderInterface.php14 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
25 interface AuthenticationProviderInterface extends AuthenticationManagerInterface
/dports/www/bolt/bolt-2.2.24/vendor/symfony/security-core/Symfony/Component/Security/Core/Authentication/Provider/
H A DAuthenticationProviderInterface.php15 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
25 interface AuthenticationProviderInterface extends AuthenticationManagerInterface
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Authentication/
H A Dservice_definition.php38AuthenticationManagerInterface::class => factory(static function (ContainerInterface $dic): Authen…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/
H A DRemoteUserAuthenticationListener.php17 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
31 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
H A DSimpleFormAuthenticationListener.php18 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
42 …* @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInte…
54 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
H A DAnonymousAuthenticationListener.php16 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
34 …face $tokenStorage, $secret, LoggerInterface $logger = null, AuthenticationManagerInterface $authe…
H A DX509AuthenticationListener.php17 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
31 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
H A DSimplePreAuthenticationListener.php19 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
48 …* @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface …
54 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
H A DAccessListener.php15 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
34 …erInterface $accessDecisionManager, AccessMapInterface $map, AuthenticationManagerInterface $authM…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/
H A DRemoteUserAuthenticationListener.php17 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
31 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
H A DSimpleFormAuthenticationListener.php18 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
42 …* @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInte…
54 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
H A DX509AuthenticationListener.php17 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
31 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
H A DAnonymousAuthenticationListener.php16 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
34 …face $tokenStorage, $secret, LoggerInterface $logger = null, AuthenticationManagerInterface $authe…
H A DSimplePreAuthenticationListener.php19 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; alias
48 …* @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface …
54 …public function __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $a…
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DSubsonicApiApplication.php27 use Ampache\Module\Authentication\AuthenticationManagerInterface; alias
37 private AuthenticationManagerInterface $authenticationManager;
42 AuthenticationManagerInterface $authenticationManager,

123