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 Type
    Method
    Description
    org.springframework.http.client.ClientHttpRequestInterceptor
    getInterceptor(String interceptorName)
     
  • Method Details

    • getInterceptor

      org.springframework.http.client.ClientHttpRequestInterceptor getInterceptor(String interceptorName)