Uses of Interface
com.broadleafcommerce.payment.service.auth.VerifoneAuthProvider
-
-
Uses of VerifoneAuthProvider in com.broadleafcommerce.payment.service.auth
Classes in com.broadleafcommerce.payment.service.auth that implement VerifoneAuthProvider Modifier and Type Class Description classDefaultVerifoneAuthProviderThe default implementation forVerifoneAuthProvider. -
Uses of VerifoneAuthProvider in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return VerifoneAuthProvider Modifier and Type Method Description VerifoneAuthProviderVerifoneServiceAutoConfiguration. verifoneAuthProvider(VerifoneConfigurationProperties properties)Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type VerifoneAuthProvider Modifier and Type Method Description VerifoneProviderVerifoneServiceAutoConfiguration. verifoneProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalVerifoneProviderProperties properties, VerifoneAuthProvider verifoneAuthProvider) -
Uses of VerifoneAuthProvider in com.broadleafcommerce.payment.service.gateway.privider.external
Methods in com.broadleafcommerce.payment.service.gateway.privider.external that return VerifoneAuthProvider Modifier and Type Method Description protected VerifoneAuthProviderExternalVerifoneProvider. getVerifoneAuthProvider()Constructors in com.broadleafcommerce.payment.service.gateway.privider.external with parameters of type VerifoneAuthProvider Constructor Description ExternalVerifoneProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalVerifoneProviderProperties properties, VerifoneAuthProvider verifoneAuthProvider)
-