Uses of Class
se.swedenconnect.bankid.rpapi.support.WebClientFactoryBean
Package
Description
Contains support implementations for BankID operations.
-
Uses of WebClientFactoryBean in se.swedenconnect.bankid.rpapi.support
Modifier and TypeMethodDescriptionstatic WebClientFactoryBean
WebClientFactoryBean.forProduction
(PkiCredential rpCredential) Creates aWebClientFactoryBean
with thewebServiceUrl
set toPRODUCTION_WEB_SERVICE_URL
and thetrustedRoot
set toPRODUCTION_ROOT_CERTIFICATE
.static WebClientFactoryBean
WebClientFactoryBean.forTest()
Creates aWebClientFactoryBean
with thewebServiceUrl
set toTEST_WEB_SERVICE_URL
, thetrustedRoot
set toTEST_ROOT_CERTIFICATE
and the credentials loaded fromTEST_RP_CREDENTIAL
.static WebClientFactoryBean
WebClientFactoryBean.forTest
(PkiCredential rpCredential) Creates aWebClientFactoryBean
with thewebServiceUrl
set toTEST_WEB_SERVICE_URL
and thetrustedRoot
set toTEST_ROOT_CERTIFICATE
.