Uses of Interface
com.broadleafcommerce.auth.user.service.AccountMemberRestrictionChangeRequestHandler
Packages that use AccountMemberRestrictionChangeRequestHandler
Package
Description
-
Uses of AccountMemberRestrictionChangeRequestHandler in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return AccountMemberRestrictionChangeRequestHandlerModifier and TypeMethodDescriptionAccountMemberRestrictionChangeEventListener.getAccountMemberRestrictionChangeRequestHandler()Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type AccountMemberRestrictionChangeRequestHandlerModifierConstructorDescriptionAccountMemberRestrictionChangeEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AccountMemberRestrictionChangeRequestHandler accountMemberRestrictionChangeRequestHandler) -
Uses of AccountMemberRestrictionChangeRequestHandler in com.broadleafcommerce.auth.user.messaging.autoconfigure
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type AccountMemberRestrictionChangeRequestHandlerModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.accountMemberRestrictionChangeEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, AccountMemberRestrictionChangeRequestHandler accountMemberRestrictionChangeRequestHandler) -
Uses of AccountMemberRestrictionChangeRequestHandler in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement AccountMemberRestrictionChangeRequestHandlerModifier and TypeClassDescriptionclassRespond toAccountMemberRestrictionUpdateEventto update User Restrictions when an Account Member's restrictions are updated. -
Uses of AccountMemberRestrictionChangeRequestHandler in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return AccountMemberRestrictionChangeRequestHandlerModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountMemberRestrictionChangeRequestHandler(UserService<User> userService, UserResourceLockService<User> userResourceLockService)