Package com.azure.storage.common.policy
Class StorageSharedKeyCredentialPolicy
java.lang.Object
com.azure.storage.common.policy.StorageSharedKeyCredentialPolicy
- All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy
public final class StorageSharedKeyCredentialPolicy
extends Object
implements com.azure.core.http.policy.HttpPipelinePolicy
Policy that adds the SharedKey into the request's Authorization header.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header. -
Method Summary
Modifier and TypeMethodDescriptionMono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) com.azure.core.http.HttpResponseprocessSync(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextSyncPolicy next) Gets theStorageSharedKeyCredentiallinked to the policy.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy
getPipelinePosition
-
Constructor Details
-
Method Details
-
processSync
public com.azure.core.http.HttpResponse processSync(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextSyncPolicy next) - Specified by:
processSyncin interfacecom.azure.core.http.policy.HttpPipelinePolicy
-
process
public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) - Specified by:
processin interfacecom.azure.core.http.policy.HttpPipelinePolicy