Uses of Interface
com.broadleafcommerce.auth.user.service.UserResourceLockService
Packages that use UserResourceLockService
Package
Description
-
Uses of UserResourceLockService in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return UserResourceLockServiceModifier and TypeMethodDescriptionprotected UserResourceLockService<User>
AdminUserPersistenceHandler.getUserResourceLockService()
protected UserResourceLockService<User>
CustomerPersistenceHandler.getUserResourceLockService()
Methods in com.broadleafcommerce.auth.user.listener with parameters of type UserResourceLockServiceModifier and TypeMethodDescriptionvoid
AdminUserPersistenceHandler.setUserResourceLockService
(UserResourceLockService<User> userResourceLockService) void
CustomerPersistenceHandler.setUserResourceLockService
(UserResourceLockService<User> userResourceLockService) -
Uses of UserResourceLockService in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement UserResourceLockServiceMethods in com.broadleafcommerce.auth.user.service that return UserResourceLockServiceModifier and TypeMethodDescriptionprotected UserResourceLockService<User>
DefaultAccountMemberRoleChangeRequestHandler.getUserResourceLockService()
Methods in com.broadleafcommerce.auth.user.service with parameters of type UserResourceLockServiceModifier and TypeMethodDescriptionvoid
DefaultAccountMemberRoleChangeRequestHandler.setUserResourceLockService
(UserResourceLockService<User> userResourceLockService) -
Uses of UserResourceLockService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserResourceLockServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userResourceLockService
(com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, AuthenticationResourceLockProperties authenticationResourceLockProperties)