Uses of Class
com.broadleafcommerce.auth.resource.domain.AccountMemberRestrictionUpdateEvent
Packages that use AccountMemberRestrictionUpdateEvent
Package
Description
-
Uses of AccountMemberRestrictionUpdateEvent in com.broadleafcommerce.auth.user.messaging
Method parameters in com.broadleafcommerce.auth.user.messaging with type arguments of type AccountMemberRestrictionUpdateEventModifier and TypeMethodDescriptionvoidAccountMemberRestrictionChangeEventListener.listen(org.springframework.messaging.Message<AccountMemberRestrictionUpdateEvent> message) protected voidAccountMemberRestrictionChangeEventListener.processMessage(org.springframework.messaging.Message<AccountMemberRestrictionUpdateEvent> message) -
Uses of AccountMemberRestrictionUpdateEvent in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service with parameters of type AccountMemberRestrictionUpdateEventModifier and TypeMethodDescriptionvoidAccountMemberRestrictionChangeRequestHandler.handle(AccountMemberRestrictionUpdateEvent event) Handles anAccountMemberRestrictionUpdateEventto update the restrictions if applicable.voidDefaultAccountMemberRestrictionChangeRequestHandler.handle(@NonNull AccountMemberRestrictionUpdateEvent event) protected booleanDefaultAccountMemberRestrictionChangeRequestHandler.mapUpdatesFromRequest(@NonNull User user, @NonNull AccountMemberRestrictionUpdateEvent event) Perform any necessary updates of the user.protected booleanDefaultAccountMemberRestrictionChangeRequestHandler.updateRestrictedPermissions(@NonNull User user, @NonNull AccountMemberRestrictionUpdateEvent event) Perform any necessary updates of the user restrictedPermissions.protected booleanDefaultAccountMemberRestrictionChangeRequestHandler.updateRestrictedRoles(@NonNull User user, @NonNull AccountMemberRestrictionUpdateEvent event) Perform any necessary updates of the user restrictedRoles.protected booleanDefaultAccountMemberRestrictionChangeRequestHandler.updateRestrictions(@NonNull User user, @NonNull AccountMemberRestrictionUpdateEvent event) Perform any necessary updates of the user restrictions.