getValue from HttpHeader in runtimeService

Hi I use my own filter to add an attribut in Context
ServletContext sc =servletRequest.getServletContext();
sc.setAttribute(“myuser2”, value);

I could see variable value in this.runtimeService.commandExecutor.next.next.processEngineConfiguration.applicationContext.servletContext.context.attributes(2)
But i could not getting it

Regards