Interface ISecureRestMessageInterceptorFactory
public interface ISecureRestMessageInterceptorFactory
Implementations of this interface are used by the REST service Client Service to optionally add a REST message
security interceptor to be used before sending a REST request. The default implementation used Jose If another
implementation is required override the default implementation by a new implementation that is defined as @Primary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.ClientHttpRequestInterceptorgetInterceptor(String interceptorName)
-
Method Details
-
getInterceptor
-