Uses of Interface
com.broadleafcommerce.auth.user.service.password.UserPasswordService
Packages that use UserPasswordService
Package
Description
-
Uses of UserPasswordService in com.broadleafcommerce.auth.resource.web.endpoint
Methods in com.broadleafcommerce.auth.resource.web.endpoint that return UserPasswordServiceModifier and TypeMethodDescriptionprotected UserPasswordService<PasswordToken,User> UserEndpoint.getUserPasswordService()Constructors in com.broadleafcommerce.auth.resource.web.endpoint with parameters of type UserPasswordServiceModifierConstructorDescriptionUserEndpoint(UserService<User> userSvc, UserPasswordService<PasswordToken, User> userPasswordService, AuthorizedClientService<AuthorizedClient> clientService) -
Uses of UserPasswordService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserPasswordServiceModifier 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
Classes in com.broadleafcommerce.auth.user.service.password that implement UserPasswordServiceModifier and TypeClassDescriptionclassDefaultUserPasswordService<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
Methods in com.broadleafcommerce.auth.user.web.endpoint that return UserPasswordServiceModifier and TypeMethodDescriptionprotected UserPasswordService<PasswordToken,User> AuthenticationController.getUserPasswordService()protected UserPasswordService<PasswordToken,User> EmbeddedAuthenticationController.getUserPasswordService()Constructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type UserPasswordServiceModifierConstructorDescriptionAuthenticationController(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)