Interface DelegatedAuthenticationProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DelegatedAuthenticationProvider
Interface to be implemented to allow a delegated authentication in the SDK feign clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAuthentication(feign.RequestTemplate template)
    Set the authentication details in the request template.
  • Method Details

    • setAuthentication

      void setAuthentication(feign.RequestTemplate template)
      Set the authentication details in the request template.
      Parameters:
      template - RequestTemplate to set the authentication details