Package io.jmix.flowui.sys.vaadin
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 SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(org.atmosphere.cpr.AtmosphereConfig config) Deprecated, for removal: This API element is subject to removal in a future version.voiddestroy()Deprecated, for removal: This API element is subject to removal in a future version.org.atmosphere.cpr.Actioninspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource) Deprecated, for removal: This API element is subject to removal in a future version.voidonReady(org.springframework.boot.context.event.ApplicationReadyEvent event) Deprecated, for removal: This API element is subject to removal in a future version.voidpostInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
SecurityContextHolderAtmosphereInterceptorpublic 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.
- 
inspectpublic 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:
- inspectin interface- org.atmosphere.cpr.AtmosphereInterceptor
 
- 
postInspectpublic void postInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- postInspectin interface- org.atmosphere.cpr.AtmosphereInterceptor
 
- 
destroypublic void destroy()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- destroyin interface- org.atmosphere.cpr.AtmosphereInterceptor
 
- 
configurepublic void configure(org.atmosphere.cpr.AtmosphereConfig config) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- configurein interface- org.atmosphere.inject.AtmosphereConfigAware
 
 
-