Ctrl+K

PyApacheAtlas 0.16.0 documentation

Site Navigation

  • Core
  • Template Readers
  • Authentication

Site Navigation

  • Core
  • Template Readers
  • Authentication

Section Navigation

Contents:

  • Azure Credential Authentication
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper.get_authentication_headers
    • pyapacheatlas.auth.azcredential.AzCredentialWrapper.get_graph_authentication_headers
  • Service Principal Authentication
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication.get_authentication_headers
    • pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication.get_graph_authentication_headers
  • Basic Authentication
    • pyapacheatlas.auth.basic.BasicAuthentication
    • pyapacheatlas.auth.basic.BasicAuthentication.get_authentication_headers
  • Base Authentication
    • pyapacheatlas.auth.base.AtlasAuthBase
    • pyapacheatlas.auth.base.AtlasAuthBase.get_authentication_headers

Basic Authentication#

BasicAuthentication(username, password)

Authenticates using basic authentication.

You can use an BasicAuthentication to authenticate to your Apache Atlas server.

BasicAuthentication.get_authentication_headers()

Provide the authentication headers for HTTP requests.

previous

pyapacheatlas.auth.serviceprincipal.ServicePrincipalAuthentication.get_graph_authentication_headers

next

pyapacheatlas.auth.basic.BasicAuthentication

Show Source

© Copyright 2024, Will Johnson.

Created using Sphinx 4.1.2.