Packages

p

com.acxiom.gcp

pipeline

package pipeline

Type Members

  1. class Base64GCPCredential extends GCPCredential

    GCPCredential implementation that loads the authorization json key from a Base64 string.

    GCPCredential implementation that loads the authorization json key from a Base64 string. It is not recommended that this be used in production projects.

  2. class BasicGCPCredential extends GCPCredential

    An implementation of GCPCredential where parameters represent the full authKey.

  3. class DefaultGCPCredential extends GCPCredential

    GCPCredential implementation that looks for the gcpAuthKeyArray parameter to generate the authKey.

  4. trait GCPCredential extends Credential
  5. class GCPCredentialParser extends CredentialParser

    An implementation of CredentialParser which returns either a GCPCredential or DefaultCredential

  6. class GCPSecretsManagerCredentialProvider extends DefaultCredentialProvider

    An extension of DefaultCredentialProvider which will use the GCP secrets manager to attempt to find Credentials.

  7. class PubSubPipelineListener extends SparkListener with EventBasedPipelineListener

Ungrouped