Uses of Interface
com.broadleafcommerce.auth.user.service.UserMessagingService
-
Packages that use UserMessagingService Package Description com.broadleafcommerce.auth.user.service com.broadleafcommerce.auth.user.service.autoconfigure com.broadleafcommerce.auth.user.service.password -
-
Uses of UserMessagingService in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement UserMessagingService Modifier and Type Class Description class
DefaultUserMessagingService
-
Uses of UserMessagingService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserMessagingService Modifier and Type Method Description UserMessagingService<User>
AuthServiceServiceAutoConfiguration. userMessagingService(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.authentication.AuthenticationMessageProducer messageProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserMessagingService Modifier and Type Method Description UserPasswordService<PasswordToken,User>
AuthServiceServiceAutoConfiguration. 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
Methods in com.broadleafcommerce.auth.user.service.password that return UserMessagingService Modifier and Type Method Description protected UserMessagingService<U>
DefaultUserPasswordService. getMessageService()
Constructors in com.broadleafcommerce.auth.user.service.password with parameters of type UserMessagingService Constructor Description DefaultUserPasswordService(UserService<U> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<U> messageService, ResetPasswordFormValidator<P> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<P,U> passcodeService)
-