Class KuduAuthenticationPolicy

  • All Implemented Interfaces:
    com.azure.core.http.policy.HttpPipelinePolicy

    public final class KuduAuthenticationPolicy
    extends Object
    implements com.azure.core.http.policy.HttpPipelinePolicy
    Kudu web app authentication via basic auth
    • Constructor Detail

      • KuduAuthenticationPolicy

        public KuduAuthenticationPolicy​(WebAppBase webApp)
        Constructor
        Parameters:
        webApp - the web app
    • Method Detail

      • 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