Package | Description |
---|---|
com.worldline.connect.sdk.java | |
com.worldline.connect.sdk.java.authentication |
Modifier and Type | Method and Description |
---|---|
static Client |
Factory.createClient(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetadataProvider metadataProvider)
Creates a
Client based on the passed parameters. |
static Communicator |
Factory.createCommunicator(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetadataProvider metadataProvider)
Creates a
Communicator based on the passed parameters. |
CommunicatorBuilder |
CommunicatorBuilder.withAuthenticator(Authenticator authenticator)
Sets the
Authenticator to use. |
Constructor and Description |
---|
Communicator(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetadataProvider metadataProvider,
Marshaller marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
V1HMACAuthenticator
Authenticator implementation using v1HMAC signatures. |
Copyright © 2024 Worldline Global Collect. All rights reserved.