Interface AdminUserProvider
- All Known Implementing Classes:
ExternalAdminUserProvider
public interface AdminUserProvider
Provider for interfacing with operations around AdminUser entities. Typically utilizes
WebClient
to make requests to an external REST API.- Author:
- Susana Cruz (susanaccruz)
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<AdminUser>
readByAdminUserId
(String adminUserId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read an AdminUser by ID
-
Method Details