Class ExternalAdminUserProperties

java.lang.Object
com.broadleafcommerce.notification.service.provider.external.ExternalAdminUserProperties

@ConfigurationProperties("broadleaf.notification.adminuserprovider") public class ExternalAdminUserProperties extends Object
  • Constructor Details

    • ExternalAdminUserProperties

      public ExternalAdminUserProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for the admin user service.
    • getReadAdminUserByIdPath

      public String getReadAdminUserByIdPath()
      The path to read an admin user by id
    • getServiceClient

      public String getServiceClient()
      The service client to use when calling inventory services. Default is "notificationclient".
    • setUrl

      public void setUrl(String url)
      The base url for the admin user service.
    • setReadAdminUserByIdPath

      public void setReadAdminUserByIdPath(String readAdminUserByIdPath)
      The path to read an admin user by id
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when calling inventory services. Default is "notificationclient".