SharedAccessPolicySerializer Class

  • java.lang.Object
    • com.microsoft.azure.storage.SharedAccessPolicySerializer

public class SharedAccessPolicySerializer

RESERVED FOR INTERNAL USE. A class used to serialize SharedAccessPolicies to a byte array.

Method Summary

Modifier and Type Method and Description
static<T extends SharedAccessPolicy> void writeSharedAccessIdentifiersToStream(final HashMap<String, T> sharedAccessPolicies, final StringWriter outWriter)

RESERVED FOR INTERNAL USE. Writes a collection of shared access policies to the specified stream in XML format.

Method Details

writeSharedAccessIdentifiersToStream

public static static void writeSharedAccessIdentifiersToStream(final HashMap sharedAccessPolicies, final StringWriter outWriter)

RESERVED FOR INTERNAL USE. Writes a collection of shared access policies to the specified stream in XML format.

Parameters:

sharedAccessPolicies - A collection of shared access policies
outWriter - an sink to write the output to.

Throws:

XMLStreamException

Applies to