Uses of Class
com.broadleafcommerce.auth.resource.domain.RestrictedPermission
Packages that use RestrictedPermission
Package
Description
-
Uses of RestrictedPermission in com.broadleafcommerce.auth.resource.domain
Methods in com.broadleafcommerce.auth.resource.domain that return types with arguments of type RestrictedPermissionModifier and TypeMethodDescriptionAccountMemberRestrictionUpdateEvent.getRestrictedPermissions()The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data.User.getRestrictedPermissions()The permissions 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 RestrictedPermissionModifier and TypeMethodDescriptionvoidAccountMemberRestrictionUpdateEvent.setRestrictedPermissions(Set<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data.voidUser.setRestrictedPermissions(Set<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedPermission in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return types with arguments of type RestrictedPermissionModifier and TypeMethodDescriptionprotected Set<RestrictedPermission>DefaultPrivilegeService.getRelevantUserRestrictedPermissions(@NonNull User user) Gets a set of user's restricted permissions that are relevant based on the current account context.DefaultPrivilegeService.PrivilegeHydrationResult.getRestrictedPermissions()Method parameters in com.broadleafcommerce.auth.security.service with type arguments of type RestrictedPermissionModifier and TypeMethodDescriptionvoidDefaultPrivilegeService.PrivilegeHydrationResult.setRestrictedPermissions(Set<RestrictedPermission> restrictedPermissions) -
Uses of RestrictedPermission in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return RestrictedPermissionModifier and TypeMethodDescriptionprotected RestrictedPermissionAdminUserPersistenceHandler.toAuthRestrictedPermission(AdminRestrictedPermission adminRestrictedPermission) -
Uses of RestrictedPermission in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return types with arguments of type RestrictedPermissionModifier and TypeMethodDescriptionAccountUserManuallyCreatedEvent.getRestrictedPermissions()The restricted permissions that this account user has.Method parameters in com.broadleafcommerce.auth.user.messaging with type arguments of type RestrictedPermissionModifier and TypeMethodDescriptionvoidAccountUserManuallyCreatedEvent.setRestrictedPermissions(Set<RestrictedPermission> restrictedPermissions) The restricted permissions that this account user has. -
Uses of RestrictedPermission in com.broadleafcommerce.auth.user.service
Method parameters in com.broadleafcommerce.auth.user.service with type arguments of type RestrictedPermissionModifier and TypeMethodDescriptionprotected booleanDefaultAccountMemberRestrictionChangeRequestHandler.areRestrictedPermissionsEqual(@NonNull Set<RestrictedPermission> existingRestrictedPermissions, @NonNull Set<RestrictedPermission> newRestrictedPermissions) Checks if the existing and new restrictedPermission sets are equal.