public interface Authenticator
Modifier and Type | Method and Description |
---|---|
String |
getAuthorization(String httpMethod,
URI resourceUri,
List<RequestHeader> requestHeaders)
Returns a value that can be used for the "Authorization" header.
|
String getAuthorization(String httpMethod, URI resourceUri, List<RequestHeader> requestHeaders)
httpMethod
- The HTTP method.resourceUri
- The URI
of the resource.requestHeaders
- A list of RequestHeader
s. This list may not be
modified and may not contain headers with the same name.Copyright © 2024 Worldline Global Collect. All rights reserved.