azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.Table...

71 строка
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy"
fullName: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy"
name: "TableAzureNamedKeyCredentialPolicy"
nameWithType: "TableAzureNamedKeyCredentialPolicy"
summary: "Policy that adds the Shared<wbr>Key into the request's Authorization header."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TableAzureNamedKeyCredentialPolicy**</br> implements <xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy.TableAzureNamedKeyCredentialPolicy(com.azure.core.credential.AzureNamedKeyCredential)"
fullName: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy.TableAzureNamedKeyCredentialPolicy(AzureNamedKeyCredential credential)"
name: "TableAzureNamedKeyCredentialPolicy(AzureNamedKeyCredential credential)"
nameWithType: "TableAzureNamedKeyCredentialPolicy.TableAzureNamedKeyCredentialPolicy(AzureNamedKeyCredential credential)"
summary: "Creates a Shared<wbr>Key pipeline policy that adds the Shared<wbr>Key into the request's authorization header."
parameters:
- description: "The SharedKey credential used to create the policy."
name: "credential"
type: "<xref href=\"com.azure.core.credential.AzureNamedKeyCredential?alt=com.azure.core.credential.AzureNamedKeyCredential&text=AzureNamedKeyCredential\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableAzureNamedKeyCredentialPolicy(AzureNamedKeyCredential credential)"
desc: "Creates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header."
methods:
- uid: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy.getCredential()"
fullName: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy.getCredential()"
name: "getCredential()"
nameWithType: "TableAzureNamedKeyCredentialPolicy.getCredential()"
summary: "Get the <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref> linked to the policy."
syntax: "public AzureNamedKeyCredential getCredential()"
desc: "Get the <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref> linked to the policy."
returns:
description: "The <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref>."
type: "<xref href=\"com.azure.core.credential.AzureNamedKeyCredential?alt=com.azure.core.credential.AzureNamedKeyCredential&text=AzureNamedKeyCredential\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy.process(com.azure.core.http.HttpPipelineCallContext,com.azure.core.http.HttpPipelineNextPolicy)"
fullName: "com.azure.data.tables.TableAzureNamedKeyCredentialPolicy.process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
name: "process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
nameWithType: "TableAzureNamedKeyCredentialPolicy.process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
summary: "Authorizes a <xref uid=\"com.azure.core.http.HttpRequest\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.core.http.HttpRequest\"></xref> with the Shared<wbr>Key credential."
parameters:
- description: "The context of the request."
name: "context"
type: "<xref href=\"com.azure.core.http.HttpPipelineCallContext?alt=com.azure.core.http.HttpPipelineCallContext&text=HttpPipelineCallContext\" data-throw-if-not-resolved=\"False\" />"
- description: "The next policy in the pipeline."
name: "next"
type: "<xref href=\"com.azure.core.http.HttpPipelineNextPolicy?alt=com.azure.core.http.HttpPipelineNextPolicy&text=HttpPipelineNextPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)"
desc: "Authorizes a <xref uid=\"com.azure.core.http.HttpRequest\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.core.http.HttpRequest\"></xref> with the SharedKey credential."
returns:
description: "A reactive result containing the HTTP response."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Policy that adds the SharedKey into the request's Authorization header."
implements:
- "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.data.tables"
artifact: com.azure:azure-data-tables:12.4.6