Class ExternalAdminUserProperties
java.lang.Object
com.broadleafcommerce.notification.service.provider.external.ExternalAdminUserProperties
@ConfigurationProperties("broadleaf.notification.adminuserprovider")
public class ExternalAdminUserProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe path to read an admin user by idThe service client to use when calling inventory services.getUrl()
The base url for the admin user service.void
setReadAdminUserByIdPath
(String readAdminUserByIdPath) The path to read an admin user by idvoid
setServiceClient
(String serviceClient) The service client to use when calling inventory services.void
The base url for the admin user service.
-
Constructor Details
-
ExternalAdminUserProperties
public ExternalAdminUserProperties()
-
-
Method Details
-
getUrl
The base url for the admin user service. -
getReadAdminUserByIdPath
The path to read an admin user by id -
getServiceClient
The service client to use when calling inventory services. Default is "notificationclient". -
setUrl
The base url for the admin user service. -
setReadAdminUserByIdPath
The path to read an admin user by id -
setServiceClient
The service client to use when calling inventory services. Default is "notificationclient".
-