Class SensitiveCustomerPaymentAccountEndpoint


  • @FrameworkRestController
    @FrameworkMapping("/payment-accounts")
    @DataRouteByExample(Customer.class)
    public class SensitiveCustomerPaymentAccountEndpoint
    extends Object
    • Method Detail

      • readPaymentAccount

        @Policy(permissionRoots="SENSITIVE_CUSTOMER_PAYMENT_ACCOUNT")
        @FrameworkGetMapping("/{paymentAccountId}")
        public PaymentAccount readPaymentAccount​(@PathVariable("paymentAccountId")
                                                 String paymentAccountId,
                                                 @ContextOperation(READ)
                                                 com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)