* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Authentication\Provider; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; /** * AuthenticationProviderInterface is the interface for all authentication * providers. * * Concrete implementations processes specific Token instances. * * @author Fabien Potencier */ interface AuthenticationProviderInterface extends AuthenticationManagerInterface { /** * Use this constant for not provided username. * * @var string */ const USERNAME_NONE_PROVIDED = 'NONE_PROVIDED'; /** * Checks whether this provider supports the given token. * * @return bool true if the implementation supports the Token, false otherwise */ public function supports(TokenInterface $token); } __halt_compiler();----SIGNATURE:----m9BrYNGzY8bu3BdCn76cFUsGb54VdMiFJ2K3yXeZE57TdNtyzBfL5uTnrv7P2w7GY1BYLq1tD3385npvIyuNzrHEHBf63nhEUOr8LejOAsp+khV8VVVLFvZeJP/Pd9PjqNwGKpKTqFFoFdTI4hkqbrdhVjvvKGL85VNuW6bGwaxxFKYtm1HXg7BqndtJQsUDdzSpCgVAAcKsQOn3xWjs+2yo2SEeBYiYZgGF0ERqEKp1W4ESIuxh8/XFWrofLuTCm/idFCWovfByiwSavOkvAmDKCp+O9bErpqxhNXgwm0DeuOGjOG3GEo6PSmRdzORgYEm/5v2xiCR8fU7YuZrXNVjf8qE75MuJ6BcM83lLYhslllMgyWUZYtnkuxEYbpzZZnGuA7ptkFc+sH+0MWcZCUlWidtd7XCuwFPbwRezF2TxBPDhxSZJ9BPlgByehEz6GF5aCCQVdbqvjNzYnH61uQVEM9kDxJdlsQ8XjfG8oIOTQENX3zNfeERHuWI5/TPgGssvgSWc+DaW60ShGMiDpCDJ0MuzLat39XL1VbbBEVBnaqz5+YPeAltCb9AKBFqfaZOKe978Yw5aIM8U51ZTCwVjPXHl31fYxOXcKIk8efhl6z2oMuugq5rZtTM159fdWv5sv3htswDefgzVNlq4gmuJkftMgZiERdlZWcDk5kQ=----ATTACHMENT:----NTU3NjEyNDQ1NDE5NzE3MCA2NzUxMDM3MDg5OTU2MjI1IDQwOTEyNjAzODE5NTM3OTQ=