Uses of Interface
com.broadleafcommerce.auth.user.service.UserMessagingService
Package
Description
-
Uses of UserMessagingService in com.broadleafcommerce.auth.user.service
-
Uses of UserMessagingService in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userMessagingService
(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.authentication.AuthenticationMessageProducer messageProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userPasswordService
(UserService<User> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<User> messageService, ResetPasswordFormValidator<PasswordToken> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<PasswordToken, User> defaultPasscodeService) -
Uses of UserMessagingService in com.broadleafcommerce.auth.user.service.password
Modifier and TypeMethodDescriptionprotected UserMessagingService<U>
DefaultUserPasswordService.getMessageService()
ModifierConstructorDescriptionDefaultUserPasswordService
(UserService<U> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<U> messageService, ResetPasswordFormValidator<P> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<P, U> passcodeService)