Class KuduAuthenticationPolicy

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

@Deprecated public final class KuduAuthenticationPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
Deprecated.
Kudu deployment has switched to use AAD Auth. This policy is no longer needed.
Kudu web app authentication via basic auth
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    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)
    Deprecated.
     

    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

    • KuduAuthenticationPolicy

      public KuduAuthenticationPolicy(WebAppBase webApp)
      Deprecated.
      Constructor
      Parameters:
      webApp - the web app
  • Method Details

    • process

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