Class CustomerAccountRoleEndpoint
java.lang.Object
com.broadleafcommerce.auth.user.web.endpoint.CustomerAccountRoleEndpoint
@FrameworkRestController
@FrameworkMapping("/accounts/roles")
@DataRouteByExample(AccountRole.class)
public class CustomerAccountRoleEndpoint
extends Object
Endpoint for reading account roles from a customer facing perspective.
- Author:
- Cade Rea (cade-rea)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadAccountRole
(String roleId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) readAccountRoles
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Field Details
-
BASE_URI
- See Also:
-
-
Constructor Details
-
CustomerAccountRoleEndpoint
-
-
Method Details
-
readAccountRoles
-
readAccountRole
-