Uses of Interface
com.cloudera.cdp.authentication.credentials.CdpCredentialsProvider
Packages that use CdpCredentialsProvider
-
Uses of CdpCredentialsProvider in com.cloudera.cdp.authentication.credentials
Classes in com.cloudera.cdp.authentication.credentials that implement CdpCredentialsProviderModifier and TypeClassDescriptionclassCdpCredentialsProvider that chains together multiple credentials providers.classCdpCredentialsProvider implementation that provides credentials by looking at the CDP_ACCESS_KEY_ID, CDP_PRIVATE_KEY and CDP_ACCESS_TOKEN environment variables.classCdpCredentialsProvider implementation that provides credentials by login to CDP interactively.classCredentials provider based on CDP configuration profiles.classCdpCredentialsProvider implementation that provides credentials by looking at the CDP_ACCESS_KEY_ID, CDP_PRIVATE_KEY and CDP_ACCESS_TOKEN system properties.classCDP credential provider chain that looks for credentials in the following order: environment variables, system properties then credential profiles file.classSimple implementation of CdpCredentialsProvider that just wraps static CdpCredentials.Constructors in com.cloudera.cdp.authentication.credentials with parameters of type CdpCredentialsProviderModifierConstructorDescriptionCdpCredentialsProviderChain(CdpCredentialsProvider... credentialProviders) Constructor. -
Uses of CdpCredentialsProvider in com.cloudera.cdp.client
Methods in com.cloudera.cdp.client that return CdpCredentialsProviderModifier and TypeMethodDescriptionCdpClientBuilder.getCdpCredentials()Gets the current CdpCredentialsProvider.Methods in com.cloudera.cdp.client with parameters of type CdpCredentialsProviderModifier and TypeMethodDescriptionCdpClientBuilder.withCredentials(CdpCredentialsProvider cdpCredentialsProvider) Sets the CdpCredentialsProvider.