Class HttpAzureSharedKeyHelper


  • public class HttpAzureSharedKeyHelper
    extends AuthenticatorHelper
    Implements the Shared Key authentication for Azure services. This concerns Blob and Queues on Azure Storage.

    More documentation is available here
    • Constructor Detail

      • HttpAzureSharedKeyHelper

        public HttpAzureSharedKeyHelper()
        Constructor.
    • Method Detail

      • getCanonicalizedAzureHeaders

        private static java.lang.String getCanonicalizedAzureHeaders​(Series<Header> requestHeaders)
        Returns the canonicalized Azure headers.
        Parameters:
        requestHeaders - The list of request headers.
        Returns:
        The canonicalized Azure headers.
      • getCanonicalizedResourceName

        private static java.lang.String getCanonicalizedResourceName​(Reference resourceRef)
        Returns the canonicalized resource name.
        Parameters:
        resourceRef - The resource reference.
        Returns:
        The canonicalized resource name.