public static class DigipostUserAgreementsClient.Builder extends Object
| Constructor and Description |
|---|
Builder(BrokerId brokerId,
InputStream certificateP12File,
String certificatePassword) |
Builder(BrokerId brokerId,
PrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
DigipostUserAgreementsClient |
build() |
DigipostUserAgreementsClient.Builder |
serviceEndpoint(URI endpointUri) |
DigipostUserAgreementsClient.Builder |
setHttpClientBuilder(org.apache.http.impl.client.HttpClientBuilder HttpClientBuilder) |
DigipostUserAgreementsClient.Builder |
useProxy(org.apache.http.HttpHost proxyHost) |
DigipostUserAgreementsClient.Builder |
veryDangerouslyDisableCertificateVerificationWhichIsAbsolutelyUnfitForProductionCode() |
public Builder(BrokerId brokerId, InputStream certificateP12File, String certificatePassword)
public Builder(BrokerId brokerId, PrivateKey privateKey)
public DigipostUserAgreementsClient.Builder useProxy(org.apache.http.HttpHost proxyHost)
public DigipostUserAgreementsClient.Builder serviceEndpoint(URI endpointUri)
public DigipostUserAgreementsClient.Builder setHttpClientBuilder(org.apache.http.impl.client.HttpClientBuilder HttpClientBuilder)
public DigipostUserAgreementsClient.Builder veryDangerouslyDisableCertificateVerificationWhichIsAbsolutelyUnfitForProductionCode()
public DigipostUserAgreementsClient build()
Copyright © 2016 Digipost Open Source. All rights reserved.