Broadleaf Microservices
  • v1.0.0-latest-prod

Broadleaf Admin User Services

Table of Contents

Overview

The Admin User Service provides the management and retrieval of admin users, admin roles, and admin permissions. The management of these concepts can be done via its REST API.

This service also has a relationship with the Authentication Service within Broadleaf. Whenever entities are created, updated, or deleted within this service, it will emit messages with the appropriate payload which are consumed by the Authentication Service and synchronized there.

Primary Domains

AdminUser is the primary domain for the Admin User Service. It contains general information about an admin user, such as username, email, phone, etc. It also contains collections of other domains, such as AdminRestriction, AdminRestrictedRole, and AdminRestrictedPermission, which are used to further describe the privileges of an admin user.