Uses of Interface
com.broadleafcommerce.auth.user.service.password.UserPasswordService
-
-
Uses of UserPasswordService in com.broadleafcommerce.auth.resource.web.endpoint
Methods in com.broadleafcommerce.auth.resource.web.endpoint that return UserPasswordService Modifier and Type Method Description protected UserPasswordService<PasswordToken,User>
UserEndpoint. getUserPasswordService()
Constructors in com.broadleafcommerce.auth.resource.web.endpoint with parameters of type UserPasswordService Constructor Description UserEndpoint(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 UserPasswordService 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 UserPasswordService in com.broadleafcommerce.auth.user.service.password
Classes in com.broadleafcommerce.auth.user.service.password that implement UserPasswordService Modifier and Type Class Description class
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
Methods in com.broadleafcommerce.auth.user.web.endpoint that return UserPasswordService Modifier and Type Method Description protected UserPasswordService<PasswordToken,User>
AuthenticationController. getUserPasswordService()
protected UserPasswordService<PasswordToken,User>
EmbeddedAuthenticationController. getUserPasswordService()
Constructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type UserPasswordService Constructor Description AuthenticationController(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)
-