Class SecurityContextHolderAtmosphereInterceptor

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

@Deprecated(since="2.3", forRemoval=true) public class SecurityContextHolderAtmosphereInterceptor extends Object implements org.atmosphere.cpr.AtmosphereInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
the problem solved by this class doesn't appear anymore. This class will be removed in future releases.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.atmosphere.cpr.AtmosphereConfig config)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.atmosphere.cpr.Action
    inspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    onReady(org.springframework.boot.context.event.ApplicationReadyEvent event)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    postInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityContextHolderAtmosphereInterceptor

      public SecurityContextHolderAtmosphereInterceptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • onReady

      @EventListener public void onReady(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • inspect

      public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      inspect in interface org.atmosphere.cpr.AtmosphereInterceptor
    • postInspect

      public void postInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      postInspect in interface org.atmosphere.cpr.AtmosphereInterceptor
    • destroy

      public void destroy()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      destroy in interface org.atmosphere.cpr.AtmosphereInterceptor
    • configure

      public void configure(org.atmosphere.cpr.AtmosphereConfig config)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      configure in interface org.atmosphere.inject.AtmosphereConfigAware