Class SecurityContextHolderAtmosphereInterceptor

java.lang.Object
io.jmix.flowui.sys.vaadin.SecurityContextHolderAtmosphereInterceptor
All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor, org.atmosphere.inject.AtmosphereConfigAware

public class SecurityContextHolderAtmosphereInterceptor extends Object implements org.atmosphere.cpr.AtmosphereInterceptor
  • Constructor Details

    • SecurityContextHolderAtmosphereInterceptor

      public SecurityContextHolderAtmosphereInterceptor()
  • Method Details

    • onReady

      @EventListener public void onReady(org.springframework.boot.context.event.ApplicationReadyEvent event)
    • inspect

      public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource)
      Specified by:
      inspect in interface org.atmosphere.cpr.AtmosphereInterceptor
    • postInspect

      public void postInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource)
      Specified by:
      postInspect in interface org.atmosphere.cpr.AtmosphereInterceptor
    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.atmosphere.cpr.AtmosphereInterceptor
    • configure

      public void configure(org.atmosphere.cpr.AtmosphereConfig config)
      Specified by:
      configure in interface org.atmosphere.inject.AtmosphereConfigAware