Class ExternalAdminUserProvider

java.lang.Object
com.broadleafcommerce.notification.service.provider.external.AbstractExternalProvider
com.broadleafcommerce.notification.service.provider.external.ExternalAdminUserProvider
All Implemented Interfaces:
AdminUserProvider

public class ExternalAdminUserProvider extends AbstractExternalProvider implements AdminUserProvider
  • Constructor Details

    • ExternalAdminUserProvider

      public ExternalAdminUserProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalAdminUserProperties properties)
  • Method Details

    • readByAdminUserId

      public reactor.core.publisher.Mono<AdminUser> readByAdminUserId(String adminUserId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Description copied from interface: AdminUserProvider
      Read an AdminUser by ID
      Specified by:
      readByAdminUserId in interface AdminUserProvider
      Parameters:
      adminUserId - The admin user ID
      contextInfo - The context
      Returns:
      The admin user, if found
    • getServiceClient

      protected String getServiceClient()
    • getProperties

      protected ExternalAdminUserProperties getProperties()