Uses of Class
com.broadleafcommerce.orderoperation.service.autoconfigure.SSLVerificationProperties
- 
Packages that use SSLVerificationProperties Package Description com.broadleafcommerce.orderoperation.service.autoconfigure  - 
- 
Uses of SSLVerificationProperties in com.broadleafcommerce.orderoperation.service.autoconfigure
Methods in com.broadleafcommerce.orderoperation.service.autoconfigure with parameters of type SSLVerificationProperties Modifier and Type Method Description Supplier<org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction>OrderOperationServiceAutoConfiguration. orderOperationsOauth2FilterFunctionSupplier(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrations, SSLVerificationProperties sslVerificationProperties)We'll leave this with a general name as it can (and should) be reused in a flex package.org.springframework.web.reactive.function.client.WebClientOrderOperationServiceAutoConfiguration. orderOperationsWebClient(Supplier<org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction> oauth2FilterSupplier, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SSLVerificationProperties sslVerificationProperties) 
 -