Class AuthConfigurations
java.lang.Object
org.apache.hadoop.fs.azurebfs.constants.AuthConfigurations
Responsible to keep all the Azure Blob File System auth related
configurations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault value for authority for the MSI flow.static final StringDefault OAuth token end point for the MSI flow.static final StringDefault OAuth token end point for the refresh token flow.static final StringDefault OAuth token file path for the workload identity flow. -
Method Summary
-
Field Details
-
DEFAULT_FS_AZURE_ACCOUNT_OAUTH_MSI_ENDPOINT
Default OAuth token end point for the MSI flow.- See Also:
-
DEFAULT_FS_AZURE_ACCOUNT_OAUTH_MSI_AUTHORITY
Default value for authority for the MSI flow.- See Also:
-
DEFAULT_FS_AZURE_ACCOUNT_OAUTH_REFRESH_TOKEN_ENDPOINT
Default OAuth token end point for the refresh token flow.- See Also:
-
DEFAULT_FS_AZURE_ACCOUNT_OAUTH_TOKEN_FILE
Default OAuth token file path for the workload identity flow.- See Also:
-