Package com.ibanity.apis.client.builders
Interface OptionalPropertiesBuilder
- All Known Implementing Classes:
IbanityServiceBuilder
public interface OptionalPropertiesBuilder
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) build()caCertificate(Certificate certificate) connectionRequestTimeout(int connectionRequestTimeout) connectTimeout(int connectTimeout) isabelConnectOauth2ClientId(String clientId) pontoConnectOauth2ClientId(String clientId) proxyEndpoint(String proxyEndpoint) requestSignaturePrivateKey(PrivateKey privateKey) socketTimeout(int socketTimeout) webhooksJwksCacheTTLMillis(int webhooksJwksCacheTTLMillis) webhooksJwtClockSkewSeconds(int webhooksJwtClockSkewSeconds) withHttpRequestInterceptors(org.apache.http.HttpRequestInterceptor... httpRequestInterceptor) withHttpResponseInterceptors(org.apache.http.HttpResponseInterceptor... httpResponseInterceptor)
-
Method Details
-
build
IbanityService build() -
caCertificate
-
requestSignaturePrivateKey
-
pontoConnectOauth2ClientId
-
isabelConnectOauth2ClientId
-
proxyEndpoint
-
withHttpRequestInterceptors
OptionalPropertiesBuilder withHttpRequestInterceptors(org.apache.http.HttpRequestInterceptor... httpRequestInterceptor) -
withHttpResponseInterceptors
OptionalPropertiesBuilder withHttpResponseInterceptors(org.apache.http.HttpResponseInterceptor... httpResponseInterceptor) -
socketTimeout
-
connectTimeout
-
connectionRequestTimeout
-
webhooksJwksCacheTTLMillis
-
webhooksJwtClockSkewSeconds
-
applicationId
-