*/ interface SecurityContextInterface { const ACCESS_DENIED_ERROR = '_security.403_error'; const AUTHENTICATION_ERROR = '_security.last_error'; const LAST_USERNAME = '_security.last_username'; function getToken(); function setToken(TokenInterface $account); function vote($attributes, $object = null); }