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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.atmosphere.cpr.AtmosphereConfig config) void
destroy()
org.atmosphere.cpr.Action
inspect
(org.atmosphere.cpr.AtmosphereResource atmosphereResource) void
onReady
(org.springframework.boot.context.event.ApplicationReadyEvent event) void
postInspect
(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:
inspect
in interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
postInspect
public void postInspect(org.atmosphere.cpr.AtmosphereResource atmosphereResource) - Specified by:
postInspect
in interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config) - Specified by:
configure
in interfaceorg.atmosphere.inject.AtmosphereConfigAware
-