Uses of Class
se.swedenconnect.bankid.rpapi.support.WebClientFactoryBean
Packages that use WebClientFactoryBean
Package
Description
Contains support implementations for BankID operations.
-
Uses of WebClientFactoryBean in se.swedenconnect.bankid.rpapi.support
Methods in se.swedenconnect.bankid.rpapi.support that return WebClientFactoryBeanModifier and TypeMethodDescriptionstatic WebClientFactoryBeanWebClientFactoryBean.forProduction(PkiCredential rpCredential) Creates aWebClientFactoryBeanwith thewebServiceUrlset toPRODUCTION_WEB_SERVICE_URLand thetrustedRootset toPRODUCTION_ROOT_CERTIFICATE.static WebClientFactoryBeanWebClientFactoryBean.forTest()Creates aWebClientFactoryBeanwith thewebServiceUrlset toTEST_WEB_SERVICE_URL, thetrustedRootset toTEST_ROOT_CERTIFICATEand the credentials loaded fromTEST_RP_CREDENTIAL.static WebClientFactoryBeanWebClientFactoryBean.forTest(PkiCredential rpCredential) Creates aWebClientFactoryBeanwith thewebServiceUrlset toTEST_WEB_SERVICE_URLand thetrustedRootset toTEST_ROOT_CERTIFICATE.