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
-
Constructor Details
-
KuduAuthenticationPolicy
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.Description copied from interface:com.azure.core.http.policy.HttpPipelinePolicyProcesses provided request context and invokes the next policy.- Specified by:
processin interfacecom.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.
-