Class UrlAuthProvider

  • All Implemented Interfaces:
    AuthProvider

    public class UrlAuthProvider
    extends Object
    implements AuthProvider
    Auth provider with dynamic loading support, typically used for rotating tokens such as those injected by kubernetes. UrlAuthProvider will re-read the source on every invocation, so beware of long round-trip times if the source is remote.