class SecurityContext implements SecurityContextInterface
deprecated
SecurityContext is the main entry point of the Security component.
It gives access to the token representing the current user authentication.
| __construct(TokenStorageInterface|AuthenticationManagerInterface $tokenStorage, AuthorizationCheckerInterface|AccessDecisionManagerInterface $authorizationChecker, bool $alwaysAuthenticate = false) For backwards compatibility, the signature of sf <2.6 still works. | ||
| TokenInterface|null | getToken() deprecated | |
| setToken(TokenInterface $token = null) deprecated | ||
| bool | isGranted(mixed $attributes, mixed $object = null) deprecated |
For backwards compatibility, the signature of sf <2.6 still works.
| TokenStorageInterface|AuthenticationManagerInterface | $tokenStorage | |
| AuthorizationCheckerInterface|AccessDecisionManagerInterface | $authorizationChecker | |
| bool | $alwaysAuthenticate | only applicable with old signature |
deprecated
| TokenInterface|null | A TokenInterface instance or null if no authentication information is available |
deprecated
| TokenInterface | $token | A TokenInterface token, or null if no further authentication information should be stored |
deprecated
| mixed | $attributes | |
| mixed | $object |
| bool |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Security/Core/SecurityContext.html