* * 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; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; /** * Interface for resolving the authentication status of a given token. * * @author Johannes M. Schmitt */ interface AuthenticationTrustResolverInterface { /** * Resolves whether the passed token implementation is authenticated * anonymously. * * If null is passed, the method must return false. * * @return bool */ public function isAnonymous(TokenInterface $token = null); /** * Resolves whether the passed token implementation is authenticated * using remember-me capabilities. * * @return bool */ public function isRememberMe(TokenInterface $token = null); /** * Resolves whether the passed token implementation is fully authenticated. * * @return bool */ public function isFullFledged(TokenInterface $token = null); } __halt_compiler();----SIGNATURE:----hVmq7HcuzgBwZmm3OvWbP2xgMvn/zv3wGnOfRgha86b42TgrP1hMgMR71ckZxzMUABctbxoBGNElFhPXEB7A6mcLGAiRmYWrtvXkDjI/VXBV/FiK+VJcPaRtSSTMp/VCEIzoCISbOkanAKa75RONz3HMZlVQ/MWLH+lZuDP4BOoN5myz6TwGHEwFnmMhv+q3Rl2nuILb3rMLhXhvahW+33wu9/Vz9oHsol43nGy0gIwpiZnndwTtM0egvUAKDi2Sh/zO0LCdQoQlrbMAIsjczDK6dZwjkslGBL309+AGHs0sSba5cI7OVAz/VmfPo7xPxttAGz6qJ5koDgQnRlCbv5rt/+c7EmOTBiBcP/HoGHVPhww09m57B+g/fYQNhPHFR3qrYnTgIpZMBe5slYBFRRFC3nJ/emXd1ab8kV+Immdblrqhwt5kKan30gO80YdzMsaYc2aKcc8bYNqpDxQakogbebw3Ny61MOOtJNnAWKBuRuQRCEKDGoIg8OOlLVHJWBxtgmie+GEj12MtiKD8yMJmHi+x3kgVvd5zf9J7wYthCih+47f42L5Uhq8Sgt8qB2Obm4LOLUTlJe0BRowZyCwGskmid5uy/9wcgjgmsPgxg2NJ+RA4SiZo3+aZ9+fh/lzV+nhrCkA9YQiennGAD3Ojq8LyuS9S5L+wgK/ulbc=----ATTACHMENT:----NDc1OTIzNDgzMTcwMDU3NyA2NzQ3MDE1MDc3NjgzNDU0IDQzODg5NjU3MzA1MDAyMzk=