GlobalServerInterceptorConfigurer instead.@Deprecated public abstract class GlobalServerInterceptorConfigurerAdapter extends java.lang.Object implements GlobalServerInterceptorConfigurer
| Constructor and Description |
|---|
GlobalServerInterceptorConfigurerAdapter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addServerInterceptors(GlobalServerInterceptorRegistry registry)
Deprecated.
Adds the
ServerInterceptors that should be registered globally to the given registry. |
public GlobalServerInterceptorConfigurerAdapter()
public void addServerInterceptors(GlobalServerInterceptorRegistry registry)
GlobalServerInterceptorConfigurerServerInterceptors that should be registered globally to the given registry.addServerInterceptors in interface GlobalServerInterceptorConfigurerregistry - The registry the interceptors should be added to.