Class SecurityAwareFeignClient

  • All Implemented Interfaces:
    feign.Client

    public class SecurityAwareFeignClient
    extends feign.Client.Default
    NXCALS Implementation of feign Client. It adds Kerberos token to the HTTP request header.
    • Method Detail

      • execute

        public feign.Response execute​(feign.Request request,
                                      feign.Request.Options options)
                               throws java.io.IOException
        Specified by:
        execute in interface feign.Client
        Overrides:
        execute in class feign.Client.Default
        Throws:
        java.io.IOException