public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
String |
createSimpleAuthenticationSignature(String httpMethod,
URI resourceUri,
List<RequestHeader> requestHeaders)
Creates a signature for the simple security model.
|
String createSimpleAuthenticationSignature(String httpMethod, URI resourceUri, List<RequestHeader> requestHeaders)
httpMethod - The HTTP method.resourceUri - The URI of the resource.requestHeaders - A list of RequestHeaders. This list may not be
modified and may not contain headers with the same name.Copyright © 2024 Ingenico ePayments. All rights reserved.