ServiceBusSupplementaryAuthHeaderPolicy Class
- java.
lang. Object - com.
azure. messaging. servicebus. administration. ServiceBusSupplementaryAuthHeaderPolicy
- com.
Implements
public final class ServiceBusSupplementaryAuthHeaderPolicy
implements HttpPipelinePolicy
Authentication policy to add necessary supplementary auth headers when forwarding is set.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceBusSupplementaryAuthHeaderPolicy(TokenCredential tokenCredential) |
Creates an instance that adds necessary supplementary authentication headers. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Mono<Http |
process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
Add the additional authentication token needed for various types of forwarding options. |
Methods inherited from java.lang.Object
Constructor Details
ServiceBusSupplementaryAuthHeaderPolicy
public ServiceBusSupplementaryAuthHeaderPolicy(TokenCredential tokenCredential)
Creates an instance that adds necessary supplementary authentication headers.
Parameters:
Method Details
process
public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
Add the additional authentication token needed for various types of forwarding options.
Parameters:
Returns: