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 TypeClassDescriptionclass
CdpCredentialsProvider that chains together multiple credentials providers.class
CdpCredentialsProvider implementation that provides credentials by looking at the CDP_ACCESS_KEY_ID, CDP_PRIVATE_KEY and CDP_ACCESS_TOKEN environment variables.class
CdpCredentialsProvider implementation that provides credentials by login to CDP interactively.class
Credentials provider based on CDP configuration profiles.class
CdpCredentialsProvider implementation that provides credentials by looking at the CDP_ACCESS_KEY_ID, CDP_PRIVATE_KEY and CDP_ACCESS_TOKEN system properties.class
CDP credential provider chain that looks for credentials in the following order: environment variables, system properties then credential profiles file.class
Simple 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.