Class AuxiliaryAuthenticationPolicy

java.lang.Object
com.azure.resourcemanager.resources.fluentcore.policy.AuxiliaryAuthenticationPolicy
All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy

public class AuxiliaryAuthenticationPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
A Http Pipeline Policy for cross-tenant authorization in Azure.
  • Constructor Summary

    Constructors
    Constructor
    Description
    AuxiliaryAuthenticationPolicy(com.azure.core.management.AzureEnvironment environment, com.azure.core.credential.TokenCredential... credentials)
    Initialize an auxiliary authentication policy with the list of AzureTokenCredentials.
  • Method Summary

    Modifier and Type
    Method
    Description
    Mono<com.azure.core.http.HttpResponse>
    process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy

    getPipelinePosition, processSync
  • Constructor Details

    • AuxiliaryAuthenticationPolicy

      public AuxiliaryAuthenticationPolicy(com.azure.core.management.AzureEnvironment environment, com.azure.core.credential.TokenCredential... credentials)
      Initialize an auxiliary authentication policy with the list of AzureTokenCredentials.
      Parameters:
      environment - the Azure environment
      credentials - the AzureTokenCredentials list
  • Method Details

    • process

      public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
      Specified by:
      process in interface com.azure.core.http.policy.HttpPipelinePolicy