Class PaymentGatewayCommonUtilAutoConfiguration.PaymentCallbackSecurityConfiguration

java.lang.Object
com.broadleafcommerce.paymentgateway.util.autoconfigure.PaymentGatewayCommonUtilAutoConfiguration.PaymentCallbackSecurityConfiguration
Enclosing class:
PaymentGatewayCommonUtilAutoConfiguration

@ConditionalOnProperty(value="broadleaf.payment.legacy-external-payment-pattern-enabled", havingValue="false", matchIfMissing=true) @EnableConfigurationProperties(PaymentCallbackTokenProperties.class) public static class PaymentGatewayCommonUtilAutoConfiguration.PaymentCallbackSecurityConfiguration extends Object
  • Constructor Details

    • PaymentCallbackSecurityConfiguration

      public PaymentCallbackSecurityConfiguration()
  • Method Details

    • paymentCallbackSecurityTokenUtil

      @Bean @ConditionalOnMissingBean public PaymentCallbackSecurityTokenUtil paymentCallbackSecurityTokenUtil(org.springframework.security.crypto.password.PasswordEncoder paymentCallbackTokenEncoder, PaymentCallbackTokenProperties paymentCallbackTokenProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • paymentCallbackTokenEncoder

      @Bean @ConditionalOnMissingBean public org.springframework.security.crypto.password.PasswordEncoder paymentCallbackTokenEncoder()