Uses of Class
com.broadleafcommerce.auth.resource.domain.RestrictedRole
Packages that use RestrictedRole
Package
Description
-
Uses of RestrictedRole in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type RestrictedRoleModifier and TypeMethodDescriptionAccountMemberRestrictionUpdateEvent.getRestrictedRoles()The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.User.getRestrictedRoles()The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.Method parameters in com.broadleafcommerce.auth.resource.domain with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionvoidAccountMemberRestrictionUpdateEvent.setRestrictedRoles(Set<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.voidUser.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
Methods in com.broadleafcommerce.auth.security.service that return types with arguments of type RestrictedRoleModifier and TypeMethodDescriptionprotected Set<RestrictedRole>DefaultPrivilegeService.getRelevantUserRestrictedRoles(@NonNull User user) Gets a set of user's restricted roles that are relevant based on the current account context.DefaultPrivilegeService.PrivilegeHydrationResult.getRestrictedRoles()Method parameters in com.broadleafcommerce.auth.security.service with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionDefaultPrivilegeService.getRoleIds(@NonNull Set<RestrictedRole> restrictedRoles) Transform a set ofRestrictedRoleinto a set of role ids.voidDefaultPrivilegeService.PrivilegeHydrationResult.setRestrictedRoles(Set<RestrictedRole> restrictedRoles) -
Uses of RestrictedRole in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return RestrictedRoleModifier and TypeMethodDescriptionprotected RestrictedRoleAdminUserPersistenceHandler.toAuthRestrictedRole(AdminRestrictedRole adminRestrictedRole) -
Uses of RestrictedRole in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return types with arguments of type RestrictedRoleModifier and TypeMethodDescriptionAccountUserManuallyCreatedEvent.getRestrictedRoles()The restricted roles that this account user has.Method parameters in com.broadleafcommerce.auth.user.messaging with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionvoidAccountUserManuallyCreatedEvent.setRestrictedRoles(Set<RestrictedRole> restrictedRoles) The restricted roles that this account user has. -
Uses of RestrictedRole in com.broadleafcommerce.auth.user.service
Method parameters in com.broadleafcommerce.auth.user.service with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionprotected booleanDefaultAccountMemberRestrictionChangeRequestHandler.areRestrictedRolesEqual(@NonNull Set<RestrictedRole> existingRestrictedRoles, @NonNull Set<RestrictedRole> newRestrictedRoles) Checks if the existing and new restrictedRole sets are equal.