GlobalClientInterceptorConfigurer instead.@Deprecated public abstract class GlobalClientInterceptorConfigurerAdapter extends java.lang.Object implements GlobalClientInterceptorConfigurer
| Constructor and Description |
|---|
GlobalClientInterceptorConfigurerAdapter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addClientInterceptors(GlobalClientInterceptorRegistry registry)
Deprecated.
Adds the
ClientInterceptors that should be registered globally to the given registry. |
public GlobalClientInterceptorConfigurerAdapter()
public void addClientInterceptors(GlobalClientInterceptorRegistry registry)
GlobalClientInterceptorConfigurerClientInterceptors that should be registered globally to the given registry.addClientInterceptors in interface GlobalClientInterceptorConfigurerregistry - The registry the interceptors should be added to.