Uses of Interface
com.broadleafcommerce.auth.user.service.password.UserPasswordService
Package
Description
-
Uses of UserPasswordService in com.broadleafcommerce.auth.resource.web.endpoint
Modifier and TypeMethodDescriptionprotected UserPasswordService<PasswordToken,
User> UserEndpoint.getUserPasswordService()
ModifierConstructorDescriptionUserEndpoint
(UserService<User> userSvc, UserPasswordService<PasswordToken, User> userPasswordService, AuthorizedClientService<AuthorizedClient> clientService) -
Uses of UserPasswordService in com.broadleafcommerce.auth.user.service.autoconfigure
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 UserPasswordService in com.broadleafcommerce.auth.user.service.password
Modifier and TypeClassDescriptionclass
DefaultUserPasswordService<P extends PasswordToken,
U extends User, D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> -
Uses of UserPasswordService in com.broadleafcommerce.auth.user.web.endpoint
Modifier and TypeMethodDescriptionprotected UserPasswordService<PasswordToken,
User> AuthenticationController.getUserPasswordService()
protected UserPasswordService<PasswordToken,
User> EmbeddedAuthenticationController.getUserPasswordService()
ModifierConstructorDescriptionAuthenticationController
(UserPasswordService<PasswordToken, User> userPasswordService, ClientRedirectService redirectService, UserLoginService loginService, UserLoginProperties properties, AuthorizedClientService<AuthorizedClient> clientService, ClientIdentityProviderProperties clientProperties, BroadleafClientRegistrationRepository clientRegistrationRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory) EmbeddedAuthenticationController
(UserPasswordService<PasswordToken, User> userPasswordService, UserLoginProperties properties, UserLoginService loginService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService)