public class PushSecurityInterceptor
extends org.atmosphere.cpr.AtmosphereInterceptorAdapter
SecurityContextHolder with a security context
read from a SecurityContextRepository. The interceptor will attempt to use any repository defined
in the application context. If no repository is found, a new HttpSessionSecurityContextRepository is created
and used as-is.| Constructor and Description |
|---|
PushSecurityInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
org.atmosphere.cpr.Action |
inspect(org.atmosphere.cpr.AtmosphereResource r) |
void |
postInspect(org.atmosphere.cpr.AtmosphereResource r) |
public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
inspect in interface org.atmosphere.cpr.AtmosphereInterceptorinspect in class org.atmosphere.cpr.AtmosphereInterceptorAdapterpublic void postInspect(org.atmosphere.cpr.AtmosphereResource r)
postInspect in interface org.atmosphere.cpr.AtmosphereInterceptorpostInspect in class org.atmosphere.cpr.AtmosphereInterceptorAdapterCopyright © 2017. All rights reserved.