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
public class SecurityContextHolderAtmosphereInterceptor
extends Object
implements org.atmosphere.cpr.AtmosphereInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.atmosphere.cpr.AtmosphereConfig config) voiddestroy()org.atmosphere.cpr.Actioninspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource) voidonReady(org.springframework.boot.context.event.ApplicationReadyEvent event) voidpostInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource)
-
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:
inspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
postInspect
public void postInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource) - Specified by:
postInspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config) - Specified by:
configurein interfaceorg.atmosphere.inject.AtmosphereConfigAware
-