Class FunctionAuthenticationPolicy

java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionAuthenticationPolicy
All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy

public final class FunctionAuthenticationPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
Function app authentication via x-functions-key
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • 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)
    Processes provided request context and invokes the next policy.

    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

    • FunctionAuthenticationPolicy

      public FunctionAuthenticationPolicy(FunctionApp functionApp)
      Constructor
      Parameters:
      functionApp - the function app
  • Method Details

    • process

      public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
      Description copied from interface: com.azure.core.http.policy.HttpPipelinePolicy
      Processes provided request context and invokes the next policy.
      Specified by:
      process in interface com.azure.core.http.policy.HttpPipelinePolicy
      Parameters:
      context - The request context.
      next - The next policy to invoke.
      Returns:
      A publisher that initiates the request upon subscription and emits a response on completion.