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 toWebClientFactoryBean.PRODUCTION_WEB_SERVICE_URLand thetrustedRootset toWebClientFactoryBean.PRODUCTION_ROOT_CERTIFICATE.static WebClientFactoryBeanWebClientFactoryBean.forTest()Creates aWebClientFactoryBeanwith thewebServiceUrlset toWebClientFactoryBean.TEST_WEB_SERVICE_URL, thetrustedRootset toWebClientFactoryBean.TEST_ROOT_CERTIFICATEand the credentials loaded fromWebClientFactoryBean.TEST_RP_CREDENTIAL.static WebClientFactoryBeanWebClientFactoryBean.forTest(PkiCredential rpCredential) Creates aWebClientFactoryBeanwith thewebServiceUrlset toWebClientFactoryBean.TEST_WEB_SERVICE_URLand thetrustedRootset toWebClientFactoryBean.TEST_ROOT_CERTIFICATE.