Uses of Class
com.broadleafcommerce.auth.resource.domain.RestrictedRole
Package
Description
-
Uses of RestrictedRole in com.broadleafcommerce.auth.resource.domain
Modifier and TypeMethodDescriptionUser.getRestrictedRoles()
The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.Modifier and TypeMethodDescriptionvoid
User.setRestrictedRoles
(Set<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedRole in com.broadleafcommerce.auth.security.service
Modifier and TypeMethodDescriptionDefaultPrivilegeService.PrivilegeHydrationResult.getRestrictedRoles()
Modifier and TypeMethodDescriptionDefaultPrivilegeService.getRoleIds
(@NonNull Set<RestrictedRole> restrictedRoles) Transform a set ofRestrictedRole
into a set of role ids.void
DefaultPrivilegeService.PrivilegeHydrationResult.setRestrictedRoles
(Set<RestrictedRole> restrictedRoles) -
Uses of RestrictedRole in com.broadleafcommerce.auth.user.listener
Modifier and TypeMethodDescriptionprotected RestrictedRole
AdminUserPersistenceHandler.toAuthRestrictedRole
(AdminRestrictedRole adminRestrictedRole)