Class HostCredsProviderChain

java.lang.Object
org.mlflow.tracking.creds.HostCredsProviderChain
All Implemented Interfaces:
MlflowHostCredsProvider

public class HostCredsProviderChain
extends java.lang.Object
implements MlflowHostCredsProvider
  • Constructor Summary

    Constructors 
    Constructor Description
    HostCredsProviderChain​(MlflowHostCredsProvider... hostCredsProviders)  
  • Method Summary

    Modifier and Type Method Description
    MlflowHostCreds getHostCreds()
    Returns a valid MlflowHostCreds.
    void refresh()
    Refreshes the underlying credentials.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait