Uses of Class
com.broadleafcommerce.customer.messaging.domain.AccountRole
-
Uses of AccountRole in com.broadleafcommerce.customer.messaging.domain
Modifier and TypeMethodDescriptionUser.getAccountRoles()
Roles this user has under specific Account contexts.Modifier and TypeMethodDescriptionvoid
User.setAccountRoles
(List<AccountRole> accountRoles) Roles this user has under specific Account contexts.ModifierConstructorDescriptionUser
(String id, String firstName, String middleName, String lastName, String fullName, String username, String email, String phone, String serviceId, String type, String externalId, String tenantId, String customerContextId, Instant lastUpdated, Map<String, Object> attributes, boolean locked, List<AccountRole> accountRoles)