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
ServerInterceptor s that should be registered globally to the given registry. |
public GlobalServerInterceptorConfigurerAdapter()
public void addServerInterceptors(GlobalServerInterceptorRegistry registry)
GlobalServerInterceptorConfigurer
ServerInterceptor
s that should be registered globally to the given registry.addServerInterceptors
in interface GlobalServerInterceptorConfigurer
registry
- The registry the interceptors should be added to.